Shades of Baby Blue #64F6EF
Tints of Baby Blue #64F6EF
RGB
CMYK
RGB Variations
Color information
#64F6EF (or 0x64F6EF) is known color: Baby Blue. HEX triplet: 64, F6 and EF. RGB value is (100,246,239). Sum of RGB (Red+Green+Blue) = 100+246+239=585 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.09% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F6EF is #9B0910. Grayscale: #C9C9C9. Windows color (decimal): -10160401 or 15726180. OLE color: 15726180.
HSL color Cylindrical-coordinate representation of color #64F6EF: hue angle of 177.12º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6EF is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 239 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.04 |
| HSL | 177.12º | 0.89% | 0.68% | - |
| HSV(B) | 177.12º | 0.59% | 0.96% | - |
| XYZ | 53.79 | 74.85 | 93.27 | - |
| YUV | 201.55 | 149.13 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 239 | 0.59 | 0 | 0.03 | 0.04 | 177.12 | 0.89 | 0.68 |
| Hex | 64 | F6 | EF | 3B | 0 | 3 | 4 | B1 | 59 | 44 |
| Octal | 144 | 366 | 357 | 73 | 0 | 3 | 4 | 261 | 131 | 104 |
| Binary | 1100100 | 11110110 | 11101111 | 111011 | 0 | 11 | 100 | 10110001 | 1011001 | 1000100 |
Color Harmonies of #64F6EF
Complementary color
Monochromatic Colors of #64F6EF
Black with #64F6EF
Text Example
Text Example
White with #64F6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F6EF; }
p { color: rgb(100,246,239); }
H1.HeaderClassName
{
color: #64F6EF;
}
.AnyTagClassName
{
color: #64F6EF;
}
</style>
background-color css
<style>
a { background-color: #64F6EF; }
a { background-color: rgb(100,246,239); }
div.DivClassName
{
background-color: #64F6EF;
}
.BgClassName
{
background-color: #64F6EF;
}
</style>
border-color css
<style>
span { border-color: #64F6EF; }
span { border-color: rgb(100,246,239); }
td.TdClassName
{
border-color: #64F6EF;
}
.TagClassName
{
border-color: #64F6EF;
}
</style>