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