Shades of Baby Blue #64E8FF
Tints of Baby Blue #64E8FF
RGB
CMYK
RGB Variations
Color information
#64E8FF (or 0x64E8FF) is known color: Baby Blue. HEX triplet: 64, E8 and FF. RGB value is (100,232,255). Sum of RGB (Red+Green+Blue) = 100+232+255=587 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.04% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #64E8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E8FF is #9B1700. Grayscale: #C2C2C2. Windows color (decimal): -10163969 or 16771172. OLE color: 16771172.
HSL color Cylindrical-coordinate representation of color #64E8FF: hue angle of 188.9º 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 #64E8FF is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 232 | 255 | - |
| CMYK | 0.61 | 0.09 | 0 | 0 |
| HSL | 188.9º | 1% | 0.7% | - |
| HSV(B) | 188.9º | 0.61% | 1% | - |
| XYZ | 52.16 | 67.64 | 104.91 | - |
| YUV | 195.15 | 161.77 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 232 | 255 | 0.61 | 0.09 | 0 | 0 | 188.9 | 1 | 0.7 |
| Hex | 64 | E8 | FF | 3D | 9 | 0 | 0 | BD | 64 | 46 |
| Octal | 144 | 350 | 377 | 75 | 11 | 0 | 0 | 275 | 144 | 106 |
| Binary | 1100100 | 11101000 | 11111111 | 111101 | 1001 | 0 | 0 | 10111101 | 1100100 | 1000110 |
Color Harmonies of #64E8FF
Complementary color
Monochromatic Colors of #64E8FF
Black with #64E8FF
Text Example
Text Example
White with #64E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E8FF; }
p { color: rgb(100,232,255); }
H1.HeaderClassName
{
color: #64E8FF;
}
.AnyTagClassName
{
color: #64E8FF;
}
</style>
background-color css
<style>
a { background-color: #64E8FF; }
a { background-color: rgb(100,232,255); }
div.DivClassName
{
background-color: #64E8FF;
}
.BgClassName
{
background-color: #64E8FF;
}
</style>
border-color css
<style>
span { border-color: #64E8FF; }
span { border-color: rgb(100,232,255); }
td.TdClassName
{
border-color: #64E8FF;
}
.TagClassName
{
border-color: #64E8FF;
}
</style>