#66EEF9

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

Shades of Baby Blue #66EEF9

Tints of Baby Blue #66EEF9

Color information

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

HSL color Cylindrical-coordinate representation of color #66EEF9: hue angle of 184.49º 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 #66EEF9 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102238249-
CMYK0.590.0400.02
HSL184.49º92.45%68.82%-
HSV(B)184.49º59.04%97.65%-
XYZ53.1570.81100.49-
YUV198.59156.4459.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022382490.590.0400.02184.4992.4568.82
Hex66EEF93B402b85c45
Octal14635637173402270134105
Binary110011011101110111110011110111000101011100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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