#66EDF9

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

Shades of Baby Blue #66EDF9

Tints of Baby Blue #66EDF9

Color information

#66EDF9 (or 0x66EDF9) is unknown color: approx Baby Blue. HEX triplet: 66, ED and F9. RGB value is (102,237,249). Sum of RGB (Red+Green+Blue) = 102+237+249=588 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.35% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #66EDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EDF9 is #991206. Grayscale: #C5C5C5. Windows color (decimal): -10031623 or 16379238. OLE color: 16379238.

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

Color convert

RGB102237249-
CMYK0.590.0500.02
HSL184.9º92.45%68.82%-
HSV(B)184.9º59.04%97.65%-
XYZ52.8670.23100.39-
YUV198156.7759.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.35%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 249 (97.66% from 255) = 42.35%
R=17.35%
G=40.31%
B=42.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022372490.590.0500.02184.992.4568.82
Hex66EDF93B502b95c45
Octal14635537173502271134105
Binary110011011101101111110011110111010101011100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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