COLOR #63C2DF

HEX: #63C2DF
RGB: (99,194,223)

Renk bilgisi

#63C2DF contains mainly green and blue colors. #63C2DF ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#63C2DF color RGB value is (99,194,223).

  • kırmız ton 99;
  • yeşil ton 194;
  • mavi ton 223.
RGB:
(99,194,223)
(39%,76%,87%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 194 of 255 = 76%
B 223 of 255 = 87%

99
194
223

R + G + B ~ 67%. #63C2DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 194 + 223 = 516 (100%)
R 99 of 516 ~ 19.19%
G 194 of 516 ~ 37.6%
B 223 of 516 ~ 43.22%

%19.19
%37.6
%43.22

CMYK RENK MODELİ

#63C2DF rengi CMYK tonu (56,13,0,13).

  • camgöbeği tonu 55.61%
  • eflatun tonu 13.00%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(56,13,0,13)
C56M13Y0K13 
(56%,13%,0%,13%)
(0.56/0.13/0.00/0.13)	

CMYK yüzdeleri

%55.61
%13
%0
%12.55

Codes

Color #63C2DF in popluar color models

63C2DF
RGB99194223
HSL194°65.96%63.14%
HSB/HSV194°55.61%87.45%
CMYK55.61%13.00%0.00%
12.55%

Color #63C2DF in popluar number systems.

HEX63C2DF
Decimal99194223
Binary11000111100001011011111
Octal143302337

Shades and tints

Shades of #63C2DF

#63C2DF
(99,194,223)
#5AB1CB
(90,177,203)
#51A0B7
(81,160,183)
#488FA3
(72,143,163)
#3F7E8F
(63,126,143)
#366D7B
(54,109,123)
#2D5C67
(45,92,103)
#244B53
(36,75,83)
#1B3A3F
(27,58,63)
#12292B
(18,41,43)
#091817
(9,24,23)
#000000
(0,0,0)

Tints of #63C2DF

#63C2DF
(99,194,223)
#71C7E1
(113,199,225)
#7FCCE3
(127,204,227)
#8DD1E5
(141,209,229)
#9BD6E7
(155,214,231)
#A9DBE9
(169,219,233)
#B7E0EB
(183,224,235)
#C5E5ED
(197,229,237)
#D3EAEF
(211,234,239)
#E1EFF1
(225,239,241)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C2DF color. Also use rgb(99,194,223) instead hex code.

Text Font Color

.myTextColor { color: #63C2DF; }

<p style="color:#63C2DF">This sample text font color is #63C2DF.</p>

This text font color is #63C2DF.


Background Color

.myBgColor { background-color: #63C2DF; }

<div style="background-color:#63C2DF">Inner text</div>

This div background color is #63C2DF.


Border color

.myBorderColor { border: 1px solid #63C2DF; }

<div style="border:3px solid #63C2DF">Div</div>

This div border color is #63C2DF.


Opacity

.myOpacity80 { color: #63C2DF; opacity: 0.8; }

<p style="color:#63C2DF;opacity:0.8;">80%</p>

Text with #63C2DF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63C2DF;}

<p style="text-shadow: 3px 3px 1px #63C2DF">Text here.</p>

This text has shadow with #63C2DF color.

.textShadow {text-shadow: 3px 3px 1px #63C2DF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63C2DF, 5px 5px 20px red">Text here.</p>

This text has shadow with #63C2DF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63C2DF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63C2DF, Direction=45, Strength=4)">Text</p>

This text has shadow with #63C2DF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #63C2DF;
  -webkit-box-shadow:	1px 1px 3px 2px #63C2DF;
  box-shadow:		1px 1px 3px 2px #63C2DF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63C2DF;
-webkit-box-shadow: 1px 1px 3px 2px #63C2DF;
box-shadow:1px 1px 3px 2px #63C2DF;">
Div content here</div>
This div box has shadow with color #63C2DF.

Preview

Color preview on black background

This text has color #63C2DF on black background.


Color preview on white background

This text has color #63C2DF on white background.



Black color preview on #63C2DF background

This text has black color on #63C2DF background.


White color preview on #63C2DF background

This text has white color on #63C2DF background.