Shades of Baby Blue #64F4FE
Tints of Baby Blue #64F4FE
RGB
CMYK
RGB Variations
Color information
#64F4FE (or 0x64F4FE) is known color: Baby Blue. HEX triplet: 64, F4 and FE. RGB value is (100,244,254). Sum of RGB (Red+Green+Blue) = 100+244+254=598 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.72% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #64F4FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F4FE is #9B0B01. Grayscale: #C9C9C9. Windows color (decimal): -10160898 or 16708708. OLE color: 16708708.
HSL color Cylindrical-coordinate representation of color #64F4FE: hue angle of 183.9º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64F4FE is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 244 | 254 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.00 |
| HSL | 183.9º | 0.99% | 0.69% | - |
| HSV(B) | 183.9º | 0.61% | 1% | - |
| XYZ | 55.5 | 74.57 | 105.23 | - |
| YUV | 202.08 | 157.29 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 254 | 0.61 | 0.04 | 0 | 0.00 | 183.9 | 0.99 | 0.69 |
| Hex | 64 | F4 | FE | 3D | 4 | 0 | 0 | B8 | 63 | 45 |
| Octal | 144 | 364 | 376 | 75 | 4 | 0 | 0 | 270 | 143 | 105 |
| Binary | 1100100 | 11110100 | 11111110 | 111101 | 100 | 0 | 0 | 10111000 | 1100011 | 1000101 |
Color Harmonies of #64F4FE
Complementary color
Monochromatic Colors of #64F4FE
Black with #64F4FE
Text Example
Text Example
White with #64F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F4FE; }
p { color: rgb(100,244,254); }
H1.HeaderClassName
{
color: #64F4FE;
}
.AnyTagClassName
{
color: #64F4FE;
}
</style>
background-color css
<style>
a { background-color: #64F4FE; }
a { background-color: rgb(100,244,254); }
div.DivClassName
{
background-color: #64F4FE;
}
.BgClassName
{
background-color: #64F4FE;
}
</style>
border-color css
<style>
span { border-color: #64F4FE; }
span { border-color: rgb(100,244,254); }
td.TdClassName
{
border-color: #64F4FE;
}
.TagClassName
{
border-color: #64F4FE;
}
</style>