#66EEFF

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

Shades of Baby Blue #66EEFF

Tints of Baby Blue #66EEFF

Color information

#66EEFF (or 0x66EEFF) is unknown color: approx Baby Blue. HEX triplet: 66, EE and FF. RGB value is (102,238,255). Sum of RGB (Red+Green+Blue) = 102+238+255=595 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.14% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #66EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EEFF is #991100. Grayscale: #C7C7C7. Windows color (decimal): -10031361 or 16772710. OLE color: 16772710.

HSL color Cylindrical-coordinate representation of color #66EEFF: hue angle of 186.67º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66EEFF is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102238255-
CMYK0.60.0700
HSL186.67º100%70%-
HSV(B)186.67º60%100%-
XYZ54.171.19105.5-
YUV199.27159.4458.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.14%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 255 (100% from 255) = 42.86%
R=17.14%
G=40%
B=42.86%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022382550.60.0700186.6710070
Hex66EEFF3C700bb6446
Octal14635637774700273144106
Binary11001101110111011111111111100111001011101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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