Shades of Baby Blue #52FCE7
Tints of Baby Blue #52FCE7
RGB
CMYK
RGB Variations
Color information
#52FCE7 (or 0x52FCE7) is known color: Baby Blue. HEX triplet: 52, FC and E7. RGB value is (82,252,231). Sum of RGB (Red+Green+Blue) = 82+252+231=565 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.51% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FCE7 is #AD0318. Grayscale: #C6C6C6. Windows color (decimal): -11338521 or 15203410. OLE color: 15203410.
HSL color Cylindrical-coordinate representation of color #52FCE7: hue angle of 172.59º 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 #52FCE7 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 231 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.01 |
| HSL | 172.59º | 0.97% | 0.65% | - |
| HSV(B) | 172.59º | 0.67% | 0.99% | - |
| XYZ | 52.71 | 77.18 | 87.72 | - |
| YUV | 198.78 | 146.18 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 231 | 0.67 | 0 | 0.08 | 0.01 | 172.59 | 0.97 | 0.65 |
| Hex | 52 | FC | E7 | 43 | 0 | 8 | 1 | AD | 61 | 41 |
| Octal | 122 | 374 | 347 | 103 | 0 | 10 | 1 | 255 | 141 | 101 |
| Binary | 1010010 | 11111100 | 11100111 | 1000011 | 0 | 1000 | 1 | 10101101 | 1100001 | 1000001 |
Color Harmonies of #52FCE7
Complementary color
Monochromatic Colors of #52FCE7
Black with #52FCE7
Text Example
Text Example
White with #52FCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FCE7; }
p { color: rgb(82,252,231); }
H1.HeaderClassName
{
color: #52FCE7;
}
.AnyTagClassName
{
color: #52FCE7;
}
</style>
background-color css
<style>
a { background-color: #52FCE7; }
a { background-color: rgb(82,252,231); }
div.DivClassName
{
background-color: #52FCE7;
}
.BgClassName
{
background-color: #52FCE7;
}
</style>
border-color css
<style>
span { border-color: #52FCE7; }
span { border-color: rgb(82,252,231); }
td.TdClassName
{
border-color: #52FCE7;
}
.TagClassName
{
border-color: #52FCE7;
}
</style>