#66F9EE

Color #66F9EE Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #66F9EE

Tints of Baby Blue #66F9EE

Color information

#66F9EE (or 0x66F9EE) is unknown color: approx Baby Blue. HEX triplet: 66, F9 and EE. RGB value is (102,249,238). Sum of RGB (Red+Green+Blue) = 102+249+238=589 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.32% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F9EE is #990611. Grayscale: #CBCBCB. Windows color (decimal): -10028562 or 15661414. OLE color: 15661414.

HSL color Cylindrical-coordinate representation of color #66F9EE: hue angle of 175.51º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F9EE is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB102249238-
CMYK0.5900.040.02
HSL175.51º92.45%68.82%-
HSV(B)175.51º59.04%97.65%-
XYZ54.7976.7592.82-
YUV203.79147.355.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 17.32%
GREEN value IS 249 (97.66% from 255) = 42.28%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=17.32%
G=42.28%
B=40.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022492380.5900.040.02175.5192.4568.82
Hex66F9EE3B042b05c45
Octal14637135673042260134105
Binary110011011111001111011101110110100101011000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66F9EE; }

 p { color: rgb(102,249,238); }

 H1.HeaderClassName
 {
   color: #66F9EE;
 }
 .AnyTagClassName
 {
   color: #66F9EE;
 }
</style>
background-color css

<style>
 a { background-color: #66F9EE; }

 a { background-color: rgb(102,249,238); }

 div.DivClassName
 {
   background-color: #66F9EE;
 }
 .BgClassName
 {
   background-color: #66F9EE;
 }
</style>
border-color css

<style>
 span { border-color: #66F9EE; }

 span { border-color: rgb(102,249,238); }

 td.TdClassName
 {
   border-color: #66F9EE;
 }
 .TagClassName
 {
   border-color: #66F9EE;
 }
</style>