Shades of Baby Blue #64FFE9
Tints of Baby Blue #64FFE9
RGB
CMYK
RGB Variations
Color information
#64FFE9 (or 0x64FFE9) is known color: Baby Blue. HEX triplet: 64, FF and E9. RGB value is (100,255,233). Sum of RGB (Red+Green+Blue) = 100+255+233=588 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.01% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFE9 is #9B0016. Grayscale: #CECECE. Windows color (decimal): -10158103 or 15335268. OLE color: 15335268.
HSL color Cylindrical-coordinate representation of color #64FFE9: hue angle of 171.48º 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 #64FFE9 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 233 | - |
| CMYK | 0.61 | 0 | 0.09 | 0 |
| HSL | 171.48º | 1% | 0.7% | - |
| HSV(B) | 171.48º | 0.61% | 1% | - |
| XYZ | 55.72 | 80.11 | 89.62 | - |
| YUV | 206.15 | 143.15 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 233 | 0.61 | 0 | 0.09 | 0 | 171.48 | 1 | 0.7 |
| Hex | 64 | FF | E9 | 3D | 0 | 9 | 0 | AB | 64 | 46 |
| Octal | 144 | 377 | 351 | 75 | 0 | 11 | 0 | 253 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11101001 | 111101 | 0 | 1001 | 0 | 10101011 | 1100100 | 1000110 |
Color Harmonies of #64FFE9
Complementary color
Monochromatic Colors of #64FFE9
Black with #64FFE9
Text Example
Text Example
White with #64FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFE9; }
p { color: rgb(100,255,233); }
H1.HeaderClassName
{
color: #64FFE9;
}
.AnyTagClassName
{
color: #64FFE9;
}
</style>
background-color css
<style>
a { background-color: #64FFE9; }
a { background-color: rgb(100,255,233); }
div.DivClassName
{
background-color: #64FFE9;
}
.BgClassName
{
background-color: #64FFE9;
}
</style>
border-color css
<style>
span { border-color: #64FFE9; }
span { border-color: rgb(100,255,233); }
td.TdClassName
{
border-color: #64FFE9;
}
.TagClassName
{
border-color: #64FFE9;
}
</style>