COLOR #66B9CA

HEX: #66B9CA RGB: (102,185,202)

Color info

#66B9CA contains mainly green and blue colors. Web safe color of #66B9CA is #66CCCC (or #6CC).

RGB color model

#66B9CA color RGB value is (102,185,202).

RGB: (102,185,202) (40%, 73%, 79%)

RGB channels and saturation

R 102 of 255 = 40%
G 185 of 255 = 73%
B 202 of 255 = 79%

102
185
202

R + G + B ~ 64%. #66B9CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 185 + 202 = 489 (100%)
R 102 of 489 ~ 20.86%
G 185 of 489 ~ 37.83%
B 202 of 489 ~ 41.31'%

%20.86
%37.83
%41.31

CMYK color model

#66B9CA color CMYK value is (50,8,0,21).

  • cyan value is 49.50%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (50,8,0,21) C50M8Y0K21 (50%,8%,0%,21%) (0.50/0.08/0.00/0.21) 

CMYK percentages

%49.5
%8.42
%0
%20.78

Codes

Color #66B9CA in popluar color models

66 B9 CA
RGB 102 185 202
HSL 190° 48.54% 59.61%
HSB/HSV 190° 49.50% 79.22%
CMYK 49.50% 8.42% 0.00%
20.78%

Color #66B9CA in popluar number systems.

HEX 66 B9 CA
Decimal 102 185 202
Binary 1100110 10111001 11001010
Octal 146 271 312

Shades and tints

Shades of #66B9CA

#66B9CA
(102,185,202)
#5DA9B8
(93,169,184)
#5499A6
(84,153,166)
#4B8994
(75,137,148)
#427982
(66,121,130)
#396970
(57,105,112)
#30595E
(48,89,94)
#27494C
(39,73,76)
#1E393A
(30,57,58)
#152928
(21,41,40)
#0C1916
(12,25,22)
#000000
(0,0,0)

Tints of #66B9CA

#66B9CA
(102,185,202)
#73BFCE
(115,191,206)
#80C5D2
(128,197,210)
#8DCBD6
(141,203,214)
#9AD1DA
(154,209,218)
#A7D7DE
(167,215,222)
#B4DDE2
(180,221,226)
#C1E3E6
(193,227,230)
#CEE9EA
(206,233,234)
#DBEFEE
(219,239,238)
#E8F5F2
(232,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B9CA color. Also use rgb(102,185,202) instead hex code.

Text Font Color

.myTextColor { color: #66B9CA; }

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

This text font color is #66B9CA.

Background Color

.myBgColor { background-color: #66B9CA; }

<div style="background-color:#66B9CA">Inner text</div>

This div background color is #66B9CA.

Border color

.myBorderColor { border: 1px solid #66B9CA; }

<div style="border:3px solid #66B9CA">Div</div>

This div border color is #66B9CA.

Opacity

.myOpacity80 { color: #66B9CA; opacity: 0.8; }

<p style="color:#66B9CA;opacity:0.8;">80%</p>

Text with #66B9CA 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 #66B9CA;}

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

This text has shadow with #66B9CA color.


.textShadow {text-shadow: 3px 3px 1px #66B9CA', 3px 3px 1px red;}

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

This text has shadow with #66B9CA primary color and red secondary color.


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

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

This text has shadow with #66B9CA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66B9CA; -webkit-box-shadow: 1px 1px 3px 2px #66B9CA; box-shadow:1px 1px 3px 2px #66B9CA;">
Div content here
</div>

This div box has shadow with color #66B9CA.

Preview

Color preview on black background

This text has color #66B9CA on black background.


Color preview on white background

This text has color #66B9CA on white background.


Black color preview on #66B9CA background

This text has black color on #66B9CA background.


White color preview on #66B9CA background

This text has white color on #66B9CA background.


Related colors

Complementary color

Complementary color for #hex is #994635.


I love getcolorcode.com

Triadic colors

1 #CA66B9 and #B9CA66 with #66B9CA are triadic colors.

2 #CAB966 and #B966CA with #66B9CA are triadic colors.