Shades of Baby Blue #64F5FF
Tints of Baby Blue #64F5FF
RGB
CMYK
RGB Variations
Color information
#64F5FF (or 0x64F5FF) is known color: Baby Blue. HEX triplet: 64, F5 and FF. RGB value is (100,245,255). Sum of RGB (Red+Green+Blue) = 100+245+255=600 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.67% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #64F5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F5FF is #9B0A00. Grayscale: #CACACA. Windows color (decimal): -10160641 or 16774500. OLE color: 16774500.
HSL color Cylindrical-coordinate representation of color #64F5FF: hue angle of 183.87º 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 #64F5FF is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 245 | 255 | - |
| CMYK | 0.61 | 0.04 | 0 | 0 |
| HSL | 183.87º | 1% | 0.7% | - |
| HSV(B) | 183.87º | 0.61% | 1% | - |
| XYZ | 55.96 | 75.23 | 106.18 | - |
| YUV | 202.79 | 157.46 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 245 | 255 | 0.61 | 0.04 | 0 | 0 | 183.87 | 1 | 0.7 |
| Hex | 64 | F5 | FF | 3D | 4 | 0 | 0 | B8 | 64 | 46 |
| Octal | 144 | 365 | 377 | 75 | 4 | 0 | 0 | 270 | 144 | 106 |
| Binary | 1100100 | 11110101 | 11111111 | 111101 | 100 | 0 | 0 | 10111000 | 1100100 | 1000110 |
Color Harmonies of #64F5FF
Complementary color
Monochromatic Colors of #64F5FF
Black with #64F5FF
Text Example
Text Example
White with #64F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F5FF; }
p { color: rgb(100,245,255); }
H1.HeaderClassName
{
color: #64F5FF;
}
.AnyTagClassName
{
color: #64F5FF;
}
</style>
background-color css
<style>
a { background-color: #64F5FF; }
a { background-color: rgb(100,245,255); }
div.DivClassName
{
background-color: #64F5FF;
}
.BgClassName
{
background-color: #64F5FF;
}
</style>
border-color css
<style>
span { border-color: #64F5FF; }
span { border-color: rgb(100,245,255); }
td.TdClassName
{
border-color: #64F5FF;
}
.TagClassName
{
border-color: #64F5FF;
}
</style>