Shades of Baby Blue #64F6FE
Tints of Baby Blue #64F6FE
RGB
CMYK
RGB Variations
Color information
#64F6FE (or 0x64F6FE) is known color: Baby Blue. HEX triplet: 64, F6 and FE. RGB value is (100,246,254). Sum of RGB (Red+Green+Blue) = 100+246+254=600 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.67% from 600); Green value is 246 (96.48% from 255 or 41% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #64F6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F6FE is #9B0901. Grayscale: #CBCBCB. Windows color (decimal): -10160386 or 16709220. OLE color: 16709220.
HSL color Cylindrical-coordinate representation of color #64F6FE: hue angle of 183.12º 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 #64F6FE is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 246 | 254 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.00 |
| HSL | 183.12º | 0.99% | 0.69% | - |
| HSV(B) | 183.12º | 0.61% | 1% | - |
| XYZ | 56.1 | 75.78 | 105.44 | - |
| YUV | 203.26 | 156.63 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 254 | 0.61 | 0.03 | 0 | 0.00 | 183.12 | 0.99 | 0.69 |
| Hex | 64 | F6 | FE | 3D | 3 | 0 | 0 | B7 | 63 | 45 |
| Octal | 144 | 366 | 376 | 75 | 3 | 0 | 0 | 267 | 143 | 105 |
| Binary | 1100100 | 11110110 | 11111110 | 111101 | 11 | 0 | 0 | 10110111 | 1100011 | 1000101 |
Color Harmonies of #64F6FE
Complementary color
Monochromatic Colors of #64F6FE
Black with #64F6FE
Text Example
Text Example
White with #64F6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F6FE; }
p { color: rgb(100,246,254); }
H1.HeaderClassName
{
color: #64F6FE;
}
.AnyTagClassName
{
color: #64F6FE;
}
</style>
background-color css
<style>
a { background-color: #64F6FE; }
a { background-color: rgb(100,246,254); }
div.DivClassName
{
background-color: #64F6FE;
}
.BgClassName
{
background-color: #64F6FE;
}
</style>
border-color css
<style>
span { border-color: #64F6FE; }
span { border-color: rgb(100,246,254); }
td.TdClassName
{
border-color: #64F6FE;
}
.TagClassName
{
border-color: #64F6FE;
}
</style>