#66EAFF

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

Shades of Baby Blue #66EAFF

Tints of Baby Blue #66EAFF

Color information

#66EAFF (or 0x66EAFF) is unknown color: approx Baby Blue. HEX triplet: 66, EA and FF. RGB value is (102,234,255). Sum of RGB (Red+Green+Blue) = 102+234+255=591 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.26% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #66EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EAFF is #991500. Grayscale: #C4C4C4. Windows color (decimal): -10032385 or 16771686. OLE color: 16771686.

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

Color convert

RGB102234255-
CMYK0.60.0800
HSL188.24º100%70%-
HSV(B)188.24º60%100%-
XYZ52.9568.89105.11-
YUV196.93160.7760.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.26%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 255 (100% from 255) = 43.15%
R=17.26%
G=39.59%
B=43.15%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022342550.60.0800188.2410070
Hex66EAFF3C800bc6446
Octal146352377741000274144106
Binary110011011101010111111111111001000001011110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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