Shades of Baby Blue #52EEF6
Tints of Baby Blue #52EEF6
RGB
CMYK
RGB Variations
Color information
#52EEF6 (or 0x52EEF6) is known color: Baby Blue. HEX triplet: 52, EE and F6. RGB value is (82,238,246). Sum of RGB (Red+Green+Blue) = 82+238+246=566 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.49% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #52EEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EEF6 is #AD1109. Grayscale: #C0C0C0. Windows color (decimal): -11342090 or 16182866. OLE color: 16182866.
HSL color Cylindrical-coordinate representation of color #52EEF6: hue angle of 182.93º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52EEF6 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 238 | 246 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.04 |
| HSL | 182.93º | 0.9% | 0.64% | - |
| HSV(B) | 182.93º | 0.67% | 0.96% | - |
| XYZ | 50.69 | 69.6 | 97.95 | - |
| YUV | 192.27 | 158.32 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 246 | 0.67 | 0.03 | 0 | 0.04 | 182.93 | 0.9 | 0.64 |
| Hex | 52 | EE | F6 | 43 | 3 | 0 | 4 | B7 | 5A | 40 |
| Octal | 122 | 356 | 366 | 103 | 3 | 0 | 4 | 267 | 132 | 100 |
| Binary | 1010010 | 11101110 | 11110110 | 1000011 | 11 | 0 | 100 | 10110111 | 1011010 | 1000000 |
Color Harmonies of #52EEF6
Complementary color
Monochromatic Colors of #52EEF6
Black with #52EEF6
Text Example
Text Example
White with #52EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EEF6; }
p { color: rgb(82,238,246); }
H1.HeaderClassName
{
color: #52EEF6;
}
.AnyTagClassName
{
color: #52EEF6;
}
</style>
background-color css
<style>
a { background-color: #52EEF6; }
a { background-color: rgb(82,238,246); }
div.DivClassName
{
background-color: #52EEF6;
}
.BgClassName
{
background-color: #52EEF6;
}
</style>
border-color css
<style>
span { border-color: #52EEF6; }
span { border-color: rgb(82,238,246); }
td.TdClassName
{
border-color: #52EEF6;
}
.TagClassName
{
border-color: #52EEF6;
}
</style>