Shades of Baby Blue #64ECFF
Tints of Baby Blue #64ECFF
RGB
CMYK
RGB Variations
Color information
#64ECFF (or 0x64ECFF) is known color: Baby Blue. HEX triplet: 64, EC and FF. RGB value is (100,236,255). Sum of RGB (Red+Green+Blue) = 100+236+255=591 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.92% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #64ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64ECFF is #9B1300. Grayscale: #C5C5C5. Windows color (decimal): -10162945 or 16772196. OLE color: 16772196.
HSL color Cylindrical-coordinate representation of color #64ECFF: hue angle of 187.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64ECFF is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 236 | 255 | - |
| CMYK | 0.61 | 0.07 | 0 | 0 |
| HSL | 187.35º | 1% | 0.7% | - |
| HSV(B) | 187.35º | 0.61% | 1% | - |
| XYZ | 53.3 | 69.92 | 105.29 | - |
| YUV | 197.5 | 160.44 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 236 | 255 | 0.61 | 0.07 | 0 | 0 | 187.35 | 1 | 0.7 |
| Hex | 64 | EC | FF | 3D | 7 | 0 | 0 | BB | 64 | 46 |
| Octal | 144 | 354 | 377 | 75 | 7 | 0 | 0 | 273 | 144 | 106 |
| Binary | 1100100 | 11101100 | 11111111 | 111101 | 111 | 0 | 0 | 10111011 | 1100100 | 1000110 |
Color Harmonies of #64ECFF
Complementary color
Monochromatic Colors of #64ECFF
Black with #64ECFF
Text Example
Text Example
White with #64ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ECFF; }
p { color: rgb(100,236,255); }
H1.HeaderClassName
{
color: #64ECFF;
}
.AnyTagClassName
{
color: #64ECFF;
}
</style>
background-color css
<style>
a { background-color: #64ECFF; }
a { background-color: rgb(100,236,255); }
div.DivClassName
{
background-color: #64ECFF;
}
.BgClassName
{
background-color: #64ECFF;
}
</style>
border-color css
<style>
span { border-color: #64ECFF; }
span { border-color: rgb(100,236,255); }
td.TdClassName
{
border-color: #64ECFF;
}
.TagClassName
{
border-color: #64ECFF;
}
</style>