COLOR #66AFE6

HEX: #66AFE6
RGB: (102,175,230)

Color info

#66AFE6 contains mainly green and blue colors. Web safe color of #66AFE6 is #6699CC (or #69C).

RGB color model

#66AFE6 color RGB value is (102,175,230).

  • red value is 102;
  • green value is 175;
  • blue value is 230.
RGB:
(102,175,230)
(40%,69%,90%)

RGB channels and saturation

R 102 of 255 = 40%
G 175 of 255 = 69%
B 230 of 255 = 90%

102
175
230

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

Portions of RGB colors in percentages

R + G + B =
102 + 175 + 230 = 507 (100%)
R 102 of 507 ~ 20.12%
G 175 of 507 ~ 34.52%
B 230 of 507 ~ 45.36%

%20.12
%34.52
%45.36

CMYK color model

#66AFE6 color CMYK value is (56,24,0,10).

  • cyan value is 55.65%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(56,24,0,10)
C56M24Y0K10 
(56%,24%,0%,10%)
(0.56/0.24/0.00/0.10)	

CMYK percentages

%55.65
%23.91
%0
%9.8

Codes

Color #66AFE6 in popluar color models

66AFE6
RGB102175230
HSL206°71.91%65.10%
HSB/HSV206°55.65%90.20%
CMYK55.65%23.91%0.00%
9.80%

Color #66AFE6 in popluar number systems.

HEX66AFE6
Decimal102175230
Binary11001101010111111100110
Octal146257346

Shades and tints

Shades of #66AFE6

#66AFE6
(102,175,230)
#5DA0D2
(93,160,210)
#5491BE
(84,145,190)
#4B82AA
(75,130,170)
#427396
(66,115,150)
#396482
(57,100,130)
#30556E
(48,85,110)
#27465A
(39,70,90)
#1E3746
(30,55,70)
#152832
(21,40,50)
#0C191E
(12,25,30)
#000000
(0,0,0)

Tints of #66AFE6

#66AFE6
(102,175,230)
#73B6E8
(115,182,232)
#80BDEA
(128,189,234)
#8DC4EC
(141,196,236)
#9ACBEE
(154,203,238)
#A7D2F0
(167,210,240)
#B4D9F2
(180,217,242)
#C1E0F4
(193,224,244)
#CEE7F6
(206,231,246)
#DBEEF8
(219,238,248)
#E8F5FA
(232,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66AFE6 color. Also use rgb(102,175,230) instead hex code.

Text Font Color

.myTextColor { color: #66AFE6; }

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

This text font color is #66AFE6.


Background Color

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

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

This div background color is #66AFE6.


Border color

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

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

This div border color is #66AFE6.


Opacity

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

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

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

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

This text has shadow with #66AFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AFE6 on black background.


Color preview on white background

This text has color #66AFE6 on white background.



Black color preview on #66AFE6 background

This text has black color on #66AFE6 background.


White color preview on #66AFE6 background

This text has white color on #66AFE6 background.