Shades of Baby Blue #52ECFE
Tints of Baby Blue #52ECFE
RGB
CMYK
RGB Variations
Color information
#52ECFE (or 0x52ECFE) is known color: Baby Blue. HEX triplet: 52, EC and FE. RGB value is (82,236,254). Sum of RGB (Red+Green+Blue) = 82+236+254=572 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.34% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #52ECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52ECFE is #AD1301. Grayscale: #BFBFBF. Windows color (decimal): -11342594 or 16706642. OLE color: 16706642.
HSL color Cylindrical-coordinate representation of color #52ECFE: hue angle of 186.28º 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 #52ECFE is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 236 | 254 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.00 |
| HSL | 186.28º | 0.99% | 0.66% | - |
| HSV(B) | 186.28º | 0.68% | 1% | - |
| XYZ | 51.36 | 68.94 | 104.37 | - |
| YUV | 192.01 | 162.98 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 254 | 0.68 | 0.07 | 0 | 0.00 | 186.28 | 0.99 | 0.66 |
| Hex | 52 | EC | FE | 44 | 7 | 0 | 0 | BA | 63 | 42 |
| Octal | 122 | 354 | 376 | 104 | 7 | 0 | 0 | 272 | 143 | 102 |
| Binary | 1010010 | 11101100 | 11111110 | 1000100 | 111 | 0 | 0 | 10111010 | 1100011 | 1000010 |
Color Harmonies of #52ECFE
Complementary color
Monochromatic Colors of #52ECFE
Black with #52ECFE
Text Example
Text Example
White with #52ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ECFE; }
p { color: rgb(82,236,254); }
H1.HeaderClassName
{
color: #52ECFE;
}
.AnyTagClassName
{
color: #52ECFE;
}
</style>
background-color css
<style>
a { background-color: #52ECFE; }
a { background-color: rgb(82,236,254); }
div.DivClassName
{
background-color: #52ECFE;
}
.BgClassName
{
background-color: #52ECFE;
}
</style>
border-color css
<style>
span { border-color: #52ECFE; }
span { border-color: rgb(82,236,254); }
td.TdClassName
{
border-color: #52ECFE;
}
.TagClassName
{
border-color: #52ECFE;
}
</style>