Shades of Baby Blue #64F7FF
Tints of Baby Blue #64F7FF
RGB
CMYK
RGB Variations
Color information
#64F7FF (or 0x64F7FF) is known color: Baby Blue. HEX triplet: 64, F7 and FF. RGB value is (100,247,255). Sum of RGB (Red+Green+Blue) = 100+247+255=602 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.61% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #64F7FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F7FF is #9B0800. Grayscale: #CBCBCB. Windows color (decimal): -10160129 or 16775012. OLE color: 16775012.
HSL color Cylindrical-coordinate representation of color #64F7FF: hue angle of 183.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 #64F7FF is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 247 | 255 | - |
| CMYK | 0.61 | 0.03 | 0 | 0 |
| HSL | 183.1º | 1% | 0.7% | - |
| HSV(B) | 183.1º | 0.61% | 1% | - |
| XYZ | 56.57 | 76.45 | 106.38 | - |
| YUV | 203.96 | 156.8 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 255 | 0.61 | 0.03 | 0 | 0 | 183.1 | 1 | 0.7 |
| Hex | 64 | F7 | FF | 3D | 3 | 0 | 0 | B7 | 64 | 46 |
| Octal | 144 | 367 | 377 | 75 | 3 | 0 | 0 | 267 | 144 | 106 |
| Binary | 1100100 | 11110111 | 11111111 | 111101 | 11 | 0 | 0 | 10110111 | 1100100 | 1000110 |
Color Harmonies of #64F7FF
Complementary color
Monochromatic Colors of #64F7FF
Black with #64F7FF
Text Example
Text Example
White with #64F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F7FF; }
p { color: rgb(100,247,255); }
H1.HeaderClassName
{
color: #64F7FF;
}
.AnyTagClassName
{
color: #64F7FF;
}
</style>
background-color css
<style>
a { background-color: #64F7FF; }
a { background-color: rgb(100,247,255); }
div.DivClassName
{
background-color: #64F7FF;
}
.BgClassName
{
background-color: #64F7FF;
}
</style>
border-color css
<style>
span { border-color: #64F7FF; }
span { border-color: rgb(100,247,255); }
td.TdClassName
{
border-color: #64F7FF;
}
.TagClassName
{
border-color: #64F7FF;
}
</style>