#66FFE7

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

Shades of Baby Blue #66FFE7

Tints of Baby Blue #66FFE7

Color information

#66FFE7 (or 0x66FFE7) is unknown color: approx Baby Blue. HEX triplet: 66, FF and E7. RGB value is (102,255,231). Sum of RGB (Red+Green+Blue) = 102+255+231=588 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.35% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FFE7 is #990018. Grayscale: #CECECE. Windows color (decimal): -10027033 or 15204198. OLE color: 15204198.

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

Color convert

RGB102255231-
CMYK0.600.090
HSL170.59º100%70%-
HSV(B)170.59º60%100%-
XYZ55.6680.1188.13-
YUV206.52141.8153.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.35%
GREEN value IS 255 (100% from 255) = 43.37%
BLUE value IS 231 (90.62% from 255) = 39.29%
R=17.35%
G=43.37%
B=39.29%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022552310.600.090170.5910070
Hex66FFE73C090ab6446
Octal146377347740110253144106
Binary110011011111111111001111111000100101010101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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