Shades of Baby Blue #64F6EC
Tints of Baby Blue #64F6EC
RGB
CMYK
RGB Variations
Color information
#64F6EC (or 0x64F6EC) is known color: Baby Blue. HEX triplet: 64, F6 and EC. RGB value is (100,246,236). Sum of RGB (Red+Green+Blue) = 100+246+236=582 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.18% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F6EC is #9B0913. Grayscale: #C9C9C9. Windows color (decimal): -10160404 or 15529572. OLE color: 15529572.
HSL color Cylindrical-coordinate representation of color #64F6EC: hue angle of 175.89º 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 #64F6EC is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 236 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.04 |
| HSL | 175.89º | 0.89% | 0.68% | - |
| HSV(B) | 175.89º | 0.59% | 0.96% | - |
| XYZ | 53.35 | 74.68 | 90.96 | - |
| YUV | 201.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 236 | 0.59 | 0 | 0.04 | 0.04 | 175.89 | 0.89 | 0.68 |
| Hex | 64 | F6 | EC | 3B | 0 | 4 | 4 | B0 | 59 | 44 |
| Octal | 144 | 366 | 354 | 73 | 0 | 4 | 4 | 260 | 131 | 104 |
| Binary | 1100100 | 11110110 | 11101100 | 111011 | 0 | 100 | 100 | 10110000 | 1011001 | 1000100 |
Color Harmonies of #64F6EC
Complementary color
Monochromatic Colors of #64F6EC
Black with #64F6EC
Text Example
Text Example
White with #64F6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F6EC; }
p { color: rgb(100,246,236); }
H1.HeaderClassName
{
color: #64F6EC;
}
.AnyTagClassName
{
color: #64F6EC;
}
</style>
background-color css
<style>
a { background-color: #64F6EC; }
a { background-color: rgb(100,246,236); }
div.DivClassName
{
background-color: #64F6EC;
}
.BgClassName
{
background-color: #64F6EC;
}
</style>
border-color css
<style>
span { border-color: #64F6EC; }
span { border-color: rgb(100,246,236); }
td.TdClassName
{
border-color: #64F6EC;
}
.TagClassName
{
border-color: #64F6EC;
}
</style>