Shades of Baby Blue #64ECFC
Tints of Baby Blue #64ECFC
RGB
CMYK
RGB Variations
Color information
#64ECFC (or 0x64ECFC) is known color: Baby Blue. HEX triplet: 64, EC and FC. RGB value is (100,236,252). Sum of RGB (Red+Green+Blue) = 100+236+252=588 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.01% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #64ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64ECFC is #9B1303. Grayscale: #C4C4C4. Windows color (decimal): -10162948 or 16575588. OLE color: 16575588.
HSL color Cylindrical-coordinate representation of color #64ECFC: hue angle of 186.32º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64ECFC is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 236 | 252 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.01 |
| HSL | 186.32º | 0.96% | 0.69% | - |
| HSV(B) | 186.32º | 0.6% | 0.99% | - |
| XYZ | 52.82 | 69.73 | 102.77 | - |
| YUV | 197.16 | 158.94 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 252 | 0.60 | 0.06 | 0 | 0.01 | 186.32 | 0.96 | 0.69 |
| Hex | 64 | EC | FC | 3C | 6 | 0 | 1 | BA | 60 | 45 |
| Octal | 144 | 354 | 374 | 74 | 6 | 0 | 1 | 272 | 140 | 105 |
| Binary | 1100100 | 11101100 | 11111100 | 111100 | 110 | 0 | 1 | 10111010 | 1100000 | 1000101 |
Color Harmonies of #64ECFC
Complementary color
Monochromatic Colors of #64ECFC
Black with #64ECFC
Text Example
Text Example
White with #64ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECFC; }
p { color: rgb(100,236,252); }
H1.HeaderClassName
{
color: #64ECFC;
}
.AnyTagClassName
{
color: #64ECFC;
}
</style>
background-color css
<style>
a { background-color: #64ECFC; }
a { background-color: rgb(100,236,252); }
div.DivClassName
{
background-color: #64ECFC;
}
.BgClassName
{
background-color: #64ECFC;
}
</style>
border-color css
<style>
span { border-color: #64ECFC; }
span { border-color: rgb(100,236,252); }
td.TdClassName
{
border-color: #64ECFC;
}
.TagClassName
{
border-color: #64ECFC;
}
</style>