Shades of Baby Blue #52ECFF
Tints of Baby Blue #52ECFF
RGB
CMYK
RGB Variations
Color information
#52ECFF (or 0x52ECFF) is known color: Baby Blue. HEX triplet: 52, EC and FF. RGB value is (82,236,255). Sum of RGB (Red+Green+Blue) = 82+236+255=573 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.31% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #52ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52ECFF is #AD1300. Grayscale: #BFBFBF. Windows color (decimal): -11342593 or 16772178. OLE color: 16772178.
HSL color Cylindrical-coordinate representation of color #52ECFF: hue angle of 186.59º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52ECFF is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 236 | 255 | - |
| CMYK | 0.68 | 0.07 | 0 | 0 |
| HSL | 186.59º | 1% | 0.66% | - |
| HSV(B) | 186.59º | 0.68% | 1% | - |
| XYZ | 51.53 | 69 | 105.21 | - |
| YUV | 192.12 | 163.48 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 255 | 0.68 | 0.07 | 0 | 0 | 186.59 | 1 | 0.66 |
| Hex | 52 | EC | FF | 44 | 7 | 0 | 0 | BB | 64 | 42 |
| Octal | 122 | 354 | 377 | 104 | 7 | 0 | 0 | 273 | 144 | 102 |
| Binary | 1010010 | 11101100 | 11111111 | 1000100 | 111 | 0 | 0 | 10111011 | 1100100 | 1000010 |
Color Harmonies of #52ECFF
Complementary color
Monochromatic Colors of #52ECFF
Black with #52ECFF
Text Example
Text Example
White with #52ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ECFF; }
p { color: rgb(82,236,255); }
H1.HeaderClassName
{
color: #52ECFF;
}
.AnyTagClassName
{
color: #52ECFF;
}
</style>
background-color css
<style>
a { background-color: #52ECFF; }
a { background-color: rgb(82,236,255); }
div.DivClassName
{
background-color: #52ECFF;
}
.BgClassName
{
background-color: #52ECFF;
}
</style>
border-color css
<style>
span { border-color: #52ECFF; }
span { border-color: rgb(82,236,255); }
td.TdClassName
{
border-color: #52ECFF;
}
.TagClassName
{
border-color: #52ECFF;
}
</style>