Shades of Baby Blue #64FDEC
Tints of Baby Blue #64FDEC
RGB
CMYK
RGB Variations
Color information
#64FDEC (or 0x64FDEC) is known color: Baby Blue. HEX triplet: 64, FD and EC. RGB value is (100,253,236). Sum of RGB (Red+Green+Blue) = 100+253+236=589 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.98% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FDEC is #9B0213. Grayscale: #CDCDCD. Windows color (decimal): -10158612 or 15531364. OLE color: 15531364.
HSL color Cylindrical-coordinate representation of color #64FDEC: hue angle of 173.33º degrees, saturation: 0.97, 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 #64FDEC is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 236 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.01 |
| HSL | 173.33º | 0.97% | 0.69% | - |
| HSV(B) | 173.33º | 0.6% | 0.99% | - |
| XYZ | 55.52 | 79.02 | 91.68 | - |
| YUV | 205.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 236 | 0.60 | 0 | 0.07 | 0.01 | 173.33 | 0.97 | 0.69 |
| Hex | 64 | FD | EC | 3C | 0 | 7 | 1 | AD | 61 | 45 |
| Octal | 144 | 375 | 354 | 74 | 0 | 7 | 1 | 255 | 141 | 105 |
| Binary | 1100100 | 11111101 | 11101100 | 111100 | 0 | 111 | 1 | 10101101 | 1100001 | 1000101 |
Color Harmonies of #64FDEC
Complementary color
Monochromatic Colors of #64FDEC
Black with #64FDEC
Text Example
Text Example
White with #64FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FDEC; }
p { color: rgb(100,253,236); }
H1.HeaderClassName
{
color: #64FDEC;
}
.AnyTagClassName
{
color: #64FDEC;
}
</style>
background-color css
<style>
a { background-color: #64FDEC; }
a { background-color: rgb(100,253,236); }
div.DivClassName
{
background-color: #64FDEC;
}
.BgClassName
{
background-color: #64FDEC;
}
</style>
border-color css
<style>
span { border-color: #64FDEC; }
span { border-color: rgb(100,253,236); }
td.TdClassName
{
border-color: #64FDEC;
}
.TagClassName
{
border-color: #64FDEC;
}
</style>