Shades of Baby Blue #52EEF9
Tints of Baby Blue #52EEF9
RGB
CMYK
RGB Variations
Color information
#52EEF9 (or 0x52EEF9) is known color: Baby Blue. HEX triplet: 52, EE and F9. RGB value is (82,238,249). Sum of RGB (Red+Green+Blue) = 82+238+249=569 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.41% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #52EEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EEF9 is #AD1106. Grayscale: #C0C0C0. Windows color (decimal): -11342087 or 16379474. OLE color: 16379474.
HSL color Cylindrical-coordinate representation of color #52EEF9: hue angle of 183.95º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52EEF9 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 238 | 249 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.02 |
| HSL | 183.95º | 0.93% | 0.65% | - |
| HSV(B) | 183.95º | 0.67% | 0.98% | - |
| XYZ | 51.15 | 69.78 | 100.4 | - |
| YUV | 192.61 | 159.82 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 249 | 0.67 | 0.04 | 0 | 0.02 | 183.95 | 0.93 | 0.65 |
| Hex | 52 | EE | F9 | 43 | 4 | 0 | 2 | B8 | 5D | 41 |
| Octal | 122 | 356 | 371 | 103 | 4 | 0 | 2 | 270 | 135 | 101 |
| Binary | 1010010 | 11101110 | 11111001 | 1000011 | 100 | 0 | 10 | 10111000 | 1011101 | 1000001 |
Color Harmonies of #52EEF9
Complementary color
Monochromatic Colors of #52EEF9
Black with #52EEF9
Text Example
Text Example
White with #52EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EEF9; }
p { color: rgb(82,238,249); }
H1.HeaderClassName
{
color: #52EEF9;
}
.AnyTagClassName
{
color: #52EEF9;
}
</style>
background-color css
<style>
a { background-color: #52EEF9; }
a { background-color: rgb(82,238,249); }
div.DivClassName
{
background-color: #52EEF9;
}
.BgClassName
{
background-color: #52EEF9;
}
</style>
border-color css
<style>
span { border-color: #52EEF9; }
span { border-color: rgb(82,238,249); }
td.TdClassName
{
border-color: #52EEF9;
}
.TagClassName
{
border-color: #52EEF9;
}
</style>