Shades of Baby Blue #52F8EC
Tints of Baby Blue #52F8EC
RGB
CMYK
RGB Variations
Color information
#52F8EC (or 0x52F8EC) is known color: Baby Blue. HEX triplet: 52, F8 and EC. RGB value is (82,248,236). Sum of RGB (Red+Green+Blue) = 82+248+236=566 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.49% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #52F8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F8EC is #AD0713. Grayscale: #C4C4C4. Windows color (decimal): -11339540 or 15530066. OLE color: 15530066.
HSL color Cylindrical-coordinate representation of color #52F8EC: hue angle of 175.66º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F8EC is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 248 | 236 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.03 |
| HSL | 175.66º | 0.92% | 0.65% | - |
| HSV(B) | 175.66º | 0.67% | 0.97% | - |
| XYZ | 52.19 | 74.98 | 91.08 | - |
| YUV | 197 | 150 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 248 | 236 | 0.67 | 0 | 0.05 | 0.03 | 175.66 | 0.92 | 0.65 |
| Hex | 52 | F8 | EC | 43 | 0 | 5 | 3 | B0 | 5C | 41 |
| Octal | 122 | 370 | 354 | 103 | 0 | 5 | 3 | 260 | 134 | 101 |
| Binary | 1010010 | 11111000 | 11101100 | 1000011 | 0 | 101 | 11 | 10110000 | 1011100 | 1000001 |
Color Harmonies of #52F8EC
Complementary color
Monochromatic Colors of #52F8EC
Black with #52F8EC
Text Example
Text Example
White with #52F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F8EC; }
p { color: rgb(82,248,236); }
H1.HeaderClassName
{
color: #52F8EC;
}
.AnyTagClassName
{
color: #52F8EC;
}
</style>
background-color css
<style>
a { background-color: #52F8EC; }
a { background-color: rgb(82,248,236); }
div.DivClassName
{
background-color: #52F8EC;
}
.BgClassName
{
background-color: #52F8EC;
}
</style>
border-color css
<style>
span { border-color: #52F8EC; }
span { border-color: rgb(82,248,236); }
td.TdClassName
{
border-color: #52F8EC;
}
.TagClassName
{
border-color: #52F8EC;
}
</style>