#66EAFC

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

Shades of Baby Blue #66EAFC

Tints of Baby Blue #66EAFC

Color information

#66EAFC (or 0x66EAFC) is unknown color: approx Baby Blue. HEX triplet: 66, EA and FC. RGB value is (102,234,252). Sum of RGB (Red+Green+Blue) = 102+234+252=588 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.35% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #66EAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EAFC is #991503. Grayscale: #C4C4C4. Windows color (decimal): -10032388 or 16575078. OLE color: 16575078.

HSL color Cylindrical-coordinate representation of color #66EAFC: hue angle of 187.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66EAFC is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102234252-
CMYK0.600.0700.01
HSL187.2º96.15%69.41%-
HSV(B)187.2º59.52%98.82%-
XYZ52.4768.7102.59-
YUV196.58159.2760.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.35%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 252 (98.83% from 255) = 42.86%
R=17.35%
G=39.80%
B=42.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1022342520.600.0700.01187.296.1569.41
Hex66EAFC3C701bb6045
Octal14635237474701273140105
Binary11001101110101011111100111100111011011101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,234,252); }

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

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

 a { background-color: rgb(102,234,252); }

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

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

 span { border-color: rgb(102,234,252); }

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