#66E9FF

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

Shades of Baby Blue #66E9FF

Tints of Baby Blue #66E9FF

Color information

#66E9FF (or 0x66E9FF) is unknown color: approx Baby Blue. HEX triplet: 66, E9 and FF. RGB value is (102,233,255). Sum of RGB (Red+Green+Blue) = 102+233+255=590 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.29% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #66E9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E9FF is #991600. Grayscale: #C4C4C4. Windows color (decimal): -10032641 or 16771430. OLE color: 16771430.

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

Color convert

RGB102233255-
CMYK0.60.0900
HSL188.63º100%70%-
HSV(B)188.63º60%100%-
XYZ52.6768.32105.02-
YUV196.34161.160.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.29%
GREEN value IS 233 (91.41% from 255) = 39.49%
BLUE value IS 255 (100% from 255) = 43.22%
R=17.29%
G=39.49%
B=43.22%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022332550.60.0900188.6310070
Hex66E9FF3C900bd6446
Octal146351377741100275144106
Binary110011011101001111111111111001001001011110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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