#66F5EC

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

Shades of Baby Blue #66F5EC

Tints of Baby Blue #66F5EC

Color information

#66F5EC (or 0x66F5EC) is unknown color: approx Baby Blue. HEX triplet: 66, F5 and EC. RGB value is (102,245,236). Sum of RGB (Red+Green+Blue) = 102+245+236=583 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.50% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #66F5EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F5EC is #990A13. Grayscale: #C9C9C9. Windows color (decimal): -10029588 or 15529318. OLE color: 15529318.

HSL color Cylindrical-coordinate representation of color #66F5EC: hue angle of 176.22º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F5EC is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB102245236-
CMYK0.5800.040.04
HSL176.22º87.73%68.04%-
HSV(B)176.22º58.37%96.08%-
XYZ53.2774.1990.87-
YUV201.22147.6257.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.50%
GREEN value IS 245 (96.09% from 255) = 42.02%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=17.50%
G=42.02%
B=40.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022452360.5800.040.04176.2287.7368.04
Hex66F5EC3A044b05844
Octal14636535472044260130104
Binary1100110111101011110110011101001001001011000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,245,236); }

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

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

 a { background-color: rgb(102,245,236); }

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

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

 span { border-color: rgb(102,245,236); }

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