Shades of Baby Blue #52EEFF
Tints of Baby Blue #52EEFF
RGB
CMYK
RGB Variations
Color information
#52EEFF (or 0x52EEFF) is known color: Baby Blue. HEX triplet: 52, EE and FF. RGB value is (82,238,255). Sum of RGB (Red+Green+Blue) = 82+238+255=575 (76% of max value = 765). Red value is 82 (32.42% from 255 or 14.26% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #52EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EEFF is #AD1100. Grayscale: #C1C1C1. Windows color (decimal): -11342081 or 16772690. OLE color: 16772690.
HSL color Cylindrical-coordinate representation of color #52EEFF: hue angle of 185.9º 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 #52EEFF is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 238 | 255 | - |
| CMYK | 0.68 | 0.07 | 0 | 0 |
| HSL | 185.9º | 1% | 0.66% | - |
| HSV(B) | 185.9º | 0.68% | 1% | - |
| XYZ | 52.1 | 70.16 | 105.4 | - |
| YUV | 193.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 255 | 0.68 | 0.07 | 0 | 0 | 185.9 | 1 | 0.66 |
| Hex | 52 | EE | FF | 44 | 7 | 0 | 0 | BA | 64 | 42 |
| Octal | 122 | 356 | 377 | 104 | 7 | 0 | 0 | 272 | 144 | 102 |
| Binary | 1010010 | 11101110 | 11111111 | 1000100 | 111 | 0 | 0 | 10111010 | 1100100 | 1000010 |
Color Harmonies of #52EEFF
Complementary color
Monochromatic Colors of #52EEFF
Black with #52EEFF
Text Example
Text Example
White with #52EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EEFF; }
p { color: rgb(82,238,255); }
H1.HeaderClassName
{
color: #52EEFF;
}
.AnyTagClassName
{
color: #52EEFF;
}
</style>
background-color css
<style>
a { background-color: #52EEFF; }
a { background-color: rgb(82,238,255); }
div.DivClassName
{
background-color: #52EEFF;
}
.BgClassName
{
background-color: #52EEFF;
}
</style>
border-color css
<style>
span { border-color: #52EEFF; }
span { border-color: rgb(82,238,255); }
td.TdClassName
{
border-color: #52EEFF;
}
.TagClassName
{
border-color: #52EEFF;
}
</style>