Shades of Baby Blue #64F7FE
Tints of Baby Blue #64F7FE
RGB
CMYK
RGB Variations
Color information
#64F7FE (or 0x64F7FE) is known color: Baby Blue. HEX triplet: 64, F7 and FE. RGB value is (100,247,254). Sum of RGB (Red+Green+Blue) = 100+247+254=601 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.64% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #64F7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F7FE is #9B0801. Grayscale: #CBCBCB. Windows color (decimal): -10160130 or 16709476. OLE color: 16709476.
HSL color Cylindrical-coordinate representation of color #64F7FE: hue angle of 182.73º 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 #64F7FE is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 247 | 254 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.00 |
| HSL | 182.73º | 0.99% | 0.69% | - |
| HSV(B) | 182.73º | 0.61% | 1% | - |
| XYZ | 56.41 | 76.39 | 105.54 | - |
| YUV | 203.85 | 156.3 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 247 | 254 | 0.61 | 0.03 | 0 | 0.00 | 182.73 | 0.99 | 0.69 |
| Hex | 64 | F7 | FE | 3D | 3 | 0 | 0 | B7 | 63 | 45 |
| Octal | 144 | 367 | 376 | 75 | 3 | 0 | 0 | 267 | 143 | 105 |
| Binary | 1100100 | 11110111 | 11111110 | 111101 | 11 | 0 | 0 | 10110111 | 1100011 | 1000101 |
Color Harmonies of #64F7FE
Complementary color
Monochromatic Colors of #64F7FE
Black with #64F7FE
Text Example
Text Example
White with #64F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F7FE; }
p { color: rgb(100,247,254); }
H1.HeaderClassName
{
color: #64F7FE;
}
.AnyTagClassName
{
color: #64F7FE;
}
</style>
background-color css
<style>
a { background-color: #64F7FE; }
a { background-color: rgb(100,247,254); }
div.DivClassName
{
background-color: #64F7FE;
}
.BgClassName
{
background-color: #64F7FE;
}
</style>
border-color css
<style>
span { border-color: #64F7FE; }
span { border-color: rgb(100,247,254); }
td.TdClassName
{
border-color: #64F7FE;
}
.TagClassName
{
border-color: #64F7FE;
}
</style>