Shades of Baby Blue #52FEF0
Tints of Baby Blue #52FEF0
RGB
CMYK
RGB Variations
Color information
#52FEF0 (or 0x52FEF0) is known color: Baby Blue. HEX triplet: 52, FE and F0. RGB value is (82,254,240). Sum of RGB (Red+Green+Blue) = 82+254+240=576 (76% of max value = 765). Red value is 82 (32.42% from 255 or 14.24% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FEF0 is #AD010F. Grayscale: #C8C8C8. Windows color (decimal): -11338000 or 15793746. OLE color: 15793746.
HSL color Cylindrical-coordinate representation of color #52FEF0: hue angle of 175.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FEF0 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 240 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.00 |
| HSL | 175.12º | 0.99% | 0.66% | - |
| HSV(B) | 175.12º | 0.68% | 1% | - |
| XYZ | 54.65 | 78.97 | 94.8 | - |
| YUV | 200.98 | 150.02 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 240 | 0.68 | 0 | 0.06 | 0.00 | 175.12 | 0.99 | 0.66 |
| Hex | 52 | FE | F0 | 44 | 0 | 6 | 0 | AF | 63 | 42 |
| Octal | 122 | 376 | 360 | 104 | 0 | 6 | 0 | 257 | 143 | 102 |
| Binary | 1010010 | 11111110 | 11110000 | 1000100 | 0 | 110 | 0 | 10101111 | 1100011 | 1000010 |
Color Harmonies of #52FEF0
Complementary color
Monochromatic Colors of #52FEF0
Black with #52FEF0
Text Example
Text Example
White with #52FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FEF0; }
p { color: rgb(82,254,240); }
H1.HeaderClassName
{
color: #52FEF0;
}
.AnyTagClassName
{
color: #52FEF0;
}
</style>
background-color css
<style>
a { background-color: #52FEF0; }
a { background-color: rgb(82,254,240); }
div.DivClassName
{
background-color: #52FEF0;
}
.BgClassName
{
background-color: #52FEF0;
}
</style>
border-color css
<style>
span { border-color: #52FEF0; }
span { border-color: rgb(82,254,240); }
td.TdClassName
{
border-color: #52FEF0;
}
.TagClassName
{
border-color: #52FEF0;
}
</style>