Shades of Baby Blue #52FFEA
Tints of Baby Blue #52FFEA
RGB
CMYK
RGB Variations
Color information
#52FFEA (or 0x52FFEA) is known color: Baby Blue. HEX triplet: 52, FF and EA. RGB value is (82,255,234). Sum of RGB (Red+Green+Blue) = 82+255+234=571 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.36% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FFEA is #AD0015. Grayscale: #C8C8C8. Windows color (decimal): -11337750 or 15400786. OLE color: 15400786.
HSL color Cylindrical-coordinate representation of color #52FFEA: hue angle of 172.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FFEA is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 234 | - |
| CMYK | 0.68 | 0 | 0.08 | 0 |
| HSL | 172.72º | 1% | 0.66% | - |
| HSV(B) | 172.72º | 0.68% | 1% | - |
| XYZ | 54.09 | 79.25 | 90.29 | - |
| YUV | 200.88 | 146.69 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 234 | 0.68 | 0 | 0.08 | 0 | 172.72 | 1 | 0.66 |
| Hex | 52 | FF | EA | 44 | 0 | 8 | 0 | AD | 64 | 42 |
| Octal | 122 | 377 | 352 | 104 | 0 | 10 | 0 | 255 | 144 | 102 |
| Binary | 1010010 | 11111111 | 11101010 | 1000100 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000010 |
Color Harmonies of #52FFEA
Complementary color
Monochromatic Colors of #52FFEA
Black with #52FFEA
Text Example
Text Example
White with #52FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFEA; }
p { color: rgb(82,255,234); }
H1.HeaderClassName
{
color: #52FFEA;
}
.AnyTagClassName
{
color: #52FFEA;
}
</style>
background-color css
<style>
a { background-color: #52FFEA; }
a { background-color: rgb(82,255,234); }
div.DivClassName
{
background-color: #52FFEA;
}
.BgClassName
{
background-color: #52FFEA;
}
</style>
border-color css
<style>
span { border-color: #52FFEA; }
span { border-color: rgb(82,255,234); }
td.TdClassName
{
border-color: #52FFEA;
}
.TagClassName
{
border-color: #52FFEA;
}
</style>