Shades of Baby Blue #52F2ED
Tints of Baby Blue #52F2ED
RGB
CMYK
RGB Variations
Color information
#52F2ED (or 0x52F2ED) is known color: Baby Blue. HEX triplet: 52, F2 and ED. RGB value is (82,242,237). Sum of RGB (Red+Green+Blue) = 82+242+237=561 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.62% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F2ED is #AD0D12. Grayscale: #C1C1C1. Windows color (decimal): -11341075 or 15594066. OLE color: 15594066.
HSL color Cylindrical-coordinate representation of color #52F2ED: hue angle of 178.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2ED is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 237 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.05 |
| HSL | 178.13º | 0.86% | 0.64% | - |
| HSV(B) | 178.13º | 0.66% | 0.95% | - |
| XYZ | 50.52 | 71.41 | 91.24 | - |
| YUV | 193.59 | 152.49 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 237 | 0.66 | 0 | 0.02 | 0.05 | 178.13 | 0.86 | 0.64 |
| Hex | 52 | F2 | ED | 42 | 0 | 2 | 5 | B2 | 56 | 40 |
| Octal | 122 | 362 | 355 | 102 | 0 | 2 | 5 | 262 | 126 | 100 |
| Binary | 1010010 | 11110010 | 11101101 | 1000010 | 0 | 10 | 101 | 10110010 | 1010110 | 1000000 |
Color Harmonies of #52F2ED
Complementary color
Monochromatic Colors of #52F2ED
Black with #52F2ED
Text Example
Text Example
White with #52F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2ED; }
p { color: rgb(82,242,237); }
H1.HeaderClassName
{
color: #52F2ED;
}
.AnyTagClassName
{
color: #52F2ED;
}
</style>
background-color css
<style>
a { background-color: #52F2ED; }
a { background-color: rgb(82,242,237); }
div.DivClassName
{
background-color: #52F2ED;
}
.BgClassName
{
background-color: #52F2ED;
}
</style>
border-color css
<style>
span { border-color: #52F2ED; }
span { border-color: rgb(82,242,237); }
td.TdClassName
{
border-color: #52F2ED;
}
.TagClassName
{
border-color: #52F2ED;
}
</style>