Shades of Baby Blue #64EDFC
Tints of Baby Blue #64EDFC
RGB
CMYK
RGB Variations
Color information
#64EDFC (or 0x64EDFC) is known color: Baby Blue. HEX triplet: 64, ED and FC. RGB value is (100,237,252). Sum of RGB (Red+Green+Blue) = 100+237+252=589 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.98% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #64EDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EDFC is #9B1203. Grayscale: #C5C5C5. Windows color (decimal): -10162692 or 16575844. OLE color: 16575844.
HSL color Cylindrical-coordinate representation of color #64EDFC: hue angle of 185.92º 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 #64EDFC is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 237 | 252 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.01 |
| HSL | 185.92º | 0.96% | 0.69% | - |
| HSV(B) | 185.92º | 0.6% | 0.99% | - |
| XYZ | 53.11 | 70.31 | 102.87 | - |
| YUV | 197.75 | 158.61 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 252 | 0.60 | 0.06 | 0 | 0.01 | 185.92 | 0.96 | 0.69 |
| Hex | 64 | ED | FC | 3C | 6 | 0 | 1 | BA | 60 | 45 |
| Octal | 144 | 355 | 374 | 74 | 6 | 0 | 1 | 272 | 140 | 105 |
| Binary | 1100100 | 11101101 | 11111100 | 111100 | 110 | 0 | 1 | 10111010 | 1100000 | 1000101 |
Color Harmonies of #64EDFC
Complementary color
Monochromatic Colors of #64EDFC
Black with #64EDFC
Text Example
Text Example
White with #64EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EDFC; }
p { color: rgb(100,237,252); }
H1.HeaderClassName
{
color: #64EDFC;
}
.AnyTagClassName
{
color: #64EDFC;
}
</style>
background-color css
<style>
a { background-color: #64EDFC; }
a { background-color: rgb(100,237,252); }
div.DivClassName
{
background-color: #64EDFC;
}
.BgClassName
{
background-color: #64EDFC;
}
</style>
border-color css
<style>
span { border-color: #64EDFC; }
span { border-color: rgb(100,237,252); }
td.TdClassName
{
border-color: #64EDFC;
}
.TagClassName
{
border-color: #64EDFC;
}
</style>