Shades of Baby Blue #64FDEA
Tints of Baby Blue #64FDEA
RGB
CMYK
RGB Variations
Color information
#64FDEA (or 0x64FDEA) is known color: Baby Blue. HEX triplet: 64, FD and EA. RGB value is (100,253,234). Sum of RGB (Red+Green+Blue) = 100+253+234=587 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.04% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FDEA is #9B0215. Grayscale: #CDCDCD. Windows color (decimal): -10158614 or 15400292. OLE color: 15400292.
HSL color Cylindrical-coordinate representation of color #64FDEA: hue angle of 172.55º 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 #64FDEA is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 234 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.01 |
| HSL | 172.55º | 0.97% | 0.69% | - |
| HSV(B) | 172.55º | 0.6% | 0.99% | - |
| XYZ | 55.23 | 78.9 | 90.16 | - |
| YUV | 205.09 | 144.31 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 234 | 0.60 | 0 | 0.08 | 0.01 | 172.55 | 0.97 | 0.69 |
| Hex | 64 | FD | EA | 3C | 0 | 8 | 1 | AD | 61 | 45 |
| Octal | 144 | 375 | 352 | 74 | 0 | 10 | 1 | 255 | 141 | 105 |
| Binary | 1100100 | 11111101 | 11101010 | 111100 | 0 | 1000 | 1 | 10101101 | 1100001 | 1000101 |
Color Harmonies of #64FDEA
Complementary color
Monochromatic Colors of #64FDEA
Black with #64FDEA
Text Example
Text Example
White with #64FDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FDEA; }
p { color: rgb(100,253,234); }
H1.HeaderClassName
{
color: #64FDEA;
}
.AnyTagClassName
{
color: #64FDEA;
}
</style>
background-color css
<style>
a { background-color: #64FDEA; }
a { background-color: rgb(100,253,234); }
div.DivClassName
{
background-color: #64FDEA;
}
.BgClassName
{
background-color: #64FDEA;
}
</style>
border-color css
<style>
span { border-color: #64FDEA; }
span { border-color: rgb(100,253,234); }
td.TdClassName
{
border-color: #64FDEA;
}
.TagClassName
{
border-color: #64FDEA;
}
</style>