#66E8FF

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

Shades of Baby Blue #66E8FF

Tints of Baby Blue #66E8FF

Color information

#66E8FF (or 0x66E8FF) is unknown color: approx Baby Blue. HEX triplet: 66, E8 and FF. RGB value is (102,232,255). Sum of RGB (Red+Green+Blue) = 102+232+255=589 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.32% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #66E8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E8FF is #991700. Grayscale: #C3C3C3. Windows color (decimal): -10032897 or 16771174. OLE color: 16771174.

HSL color Cylindrical-coordinate representation of color #66E8FF: hue angle of 189.02º 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 #66E8FF is Cyan = 0.6, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102232255-
CMYK0.60.0900
HSL189.02º100%70%-
HSV(B)189.02º60%100%-
XYZ52.3967.76104.93-
YUV195.75161.4361.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.32%
GREEN value IS 232 (91.02% from 255) = 39.39%
BLUE value IS 255 (100% from 255) = 43.29%
R=17.32%
G=39.39%
B=43.29%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022322550.60.0900189.0210070
Hex66E8FF3C900bd6446
Octal146350377741100275144106
Binary110011011101000111111111111001001001011110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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