Shades of Baby Blue #66FFE8
Tints of Baby Blue #66FFE8
RGB
CMYK
RGB Variations
Color information
#66FFE8 (or 0x66FFE8) is known color: Baby Blue. HEX triplet: 66, FF and E8. RGB value is (102,255,232). Sum of RGB (Red+Green+Blue) = 102+255+232=589 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.32% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FFE8 is #990017. Grayscale: #CECECE. Windows color (decimal): -10027032 or 15269734. OLE color: 15269734.
HSL color Cylindrical-coordinate representation of color #66FFE8: hue angle of 170.98º 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 #66FFE8 is Cyan = 0.6, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 232 | - |
| CMYK | 0.6 | 0 | 0.09 | 0 |
| HSL | 170.98º | 1% | 0.7% | - |
| HSV(B) | 170.98º | 0.6% | 1% | - |
| XYZ | 55.8 | 80.17 | 88.88 | - |
| YUV | 206.63 | 142.31 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 232 | 0.6 | 0 | 0.09 | 0 | 170.98 | 1 | 0.7 |
| Hex | 66 | FF | E8 | 3C | 0 | 9 | 0 | AB | 64 | 46 |
| Octal | 146 | 377 | 350 | 74 | 0 | 11 | 0 | 253 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11101000 | 111100 | 0 | 1001 | 0 | 10101011 | 1100100 | 1000110 |
Color Harmonies of #66FFE8
Complementary color
Monochromatic Colors of #66FFE8
Black with #66FFE8
Text Example
Text Example
White with #66FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFE8; }
p { color: rgb(102,255,232); }
H1.HeaderClassName
{
color: #66FFE8;
}
.AnyTagClassName
{
color: #66FFE8;
}
</style>
background-color css
<style>
a { background-color: #66FFE8; }
a { background-color: rgb(102,255,232); }
div.DivClassName
{
background-color: #66FFE8;
}
.BgClassName
{
background-color: #66FFE8;
}
</style>
border-color css
<style>
span { border-color: #66FFE8; }
span { border-color: rgb(102,255,232); }
td.TdClassName
{
border-color: #66FFE8;
}
.TagClassName
{
border-color: #66FFE8;
}
</style>