Shades of Baby Blue #64FFE8
Tints of Baby Blue #64FFE8
RGB
CMYK
RGB Variations
Color information
#64FFE8 (or 0x64FFE8) is known color: Baby Blue. HEX triplet: 64, FF and E8. RGB value is (100,255,232). Sum of RGB (Red+Green+Blue) = 100+255+232=587 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.04% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFE8 is #9B0017. Grayscale: #CDCDCD. Windows color (decimal): -10158104 or 15269732. OLE color: 15269732.
HSL color Cylindrical-coordinate representation of color #64FFE8: hue angle of 171.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFE8 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 232 | - |
| CMYK | 0.61 | 0 | 0.09 | 0 |
| HSL | 171.1º | 1% | 0.7% | - |
| HSV(B) | 171.1º | 0.61% | 1% | - |
| XYZ | 55.58 | 80.06 | 88.87 | - |
| YUV | 206.03 | 142.65 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 232 | 0.61 | 0 | 0.09 | 0 | 171.1 | 1 | 0.7 |
| Hex | 64 | FF | E8 | 3D | 0 | 9 | 0 | AB | 64 | 46 |
| Octal | 144 | 377 | 350 | 75 | 0 | 11 | 0 | 253 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11101000 | 111101 | 0 | 1001 | 0 | 10101011 | 1100100 | 1000110 |
Color Harmonies of #64FFE8
Complementary color
Monochromatic Colors of #64FFE8
Black with #64FFE8
Text Example
Text Example
White with #64FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFE8; }
p { color: rgb(100,255,232); }
H1.HeaderClassName
{
color: #64FFE8;
}
.AnyTagClassName
{
color: #64FFE8;
}
</style>
background-color css
<style>
a { background-color: #64FFE8; }
a { background-color: rgb(100,255,232); }
div.DivClassName
{
background-color: #64FFE8;
}
.BgClassName
{
background-color: #64FFE8;
}
</style>
border-color css
<style>
span { border-color: #64FFE8; }
span { border-color: rgb(100,255,232); }
td.TdClassName
{
border-color: #64FFE8;
}
.TagClassName
{
border-color: #64FFE8;
}
</style>