Shades of Baby Blue #52FCE8
Tints of Baby Blue #52FCE8
RGB
CMYK
RGB Variations
Color information
#52FCE8 (or 0x52FCE8) is known color: Baby Blue. HEX triplet: 52, FC and E8. RGB value is (82,252,232). Sum of RGB (Red+Green+Blue) = 82+252+232=566 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.49% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FCE8 is #AD0317. Grayscale: #C6C6C6. Windows color (decimal): -11338520 or 15268946. OLE color: 15268946.
HSL color Cylindrical-coordinate representation of color #52FCE8: hue angle of 172.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCE8 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 232 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.01 |
| HSL | 172.94º | 0.97% | 0.65% | - |
| HSV(B) | 172.94º | 0.67% | 0.99% | - |
| XYZ | 52.86 | 77.24 | 88.47 | - |
| YUV | 198.89 | 146.68 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 232 | 0.67 | 0 | 0.08 | 0.01 | 172.94 | 0.97 | 0.65 |
| Hex | 52 | FC | E8 | 43 | 0 | 8 | 1 | AD | 61 | 41 |
| Octal | 122 | 374 | 350 | 103 | 0 | 10 | 1 | 255 | 141 | 101 |
| Binary | 1010010 | 11111100 | 11101000 | 1000011 | 0 | 1000 | 1 | 10101101 | 1100001 | 1000001 |
Color Harmonies of #52FCE8
Complementary color
Monochromatic Colors of #52FCE8
Black with #52FCE8
Text Example
Text Example
White with #52FCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FCE8; }
p { color: rgb(82,252,232); }
H1.HeaderClassName
{
color: #52FCE8;
}
.AnyTagClassName
{
color: #52FCE8;
}
</style>
background-color css
<style>
a { background-color: #52FCE8; }
a { background-color: rgb(82,252,232); }
div.DivClassName
{
background-color: #52FCE8;
}
.BgClassName
{
background-color: #52FCE8;
}
</style>
border-color css
<style>
span { border-color: #52FCE8; }
span { border-color: rgb(82,252,232); }
td.TdClassName
{
border-color: #52FCE8;
}
.TagClassName
{
border-color: #52FCE8;
}
</style>