Shades of Baby Blue #52EFF2
Tints of Baby Blue #52EFF2
RGB
CMYK
RGB Variations
Color information
#52EFF2 (or 0x52EFF2) is known color: Baby Blue. HEX triplet: 52, EF and F2. RGB value is (82,239,242). Sum of RGB (Red+Green+Blue) = 82+239+242=563 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.56% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #52EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EFF2 is #AD100D. Grayscale: #C0C0C0. Windows color (decimal): -11341838 or 15920978. OLE color: 15920978.
HSL color Cylindrical-coordinate representation of color #52EFF2: hue angle of 181.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFF2 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 239 | 242 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.05 |
| HSL | 181.13º | 0.86% | 0.64% | - |
| HSV(B) | 181.13º | 0.66% | 0.95% | - |
| XYZ | 50.37 | 69.94 | 94.85 | - |
| YUV | 192.4 | 155.99 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 242 | 0.66 | 0.01 | 0 | 0.05 | 181.13 | 0.86 | 0.64 |
| Hex | 52 | EF | F2 | 42 | 1 | 0 | 5 | B5 | 56 | 40 |
| Octal | 122 | 357 | 362 | 102 | 1 | 0 | 5 | 265 | 126 | 100 |
| Binary | 1010010 | 11101111 | 11110010 | 1000010 | 1 | 0 | 101 | 10110101 | 1010110 | 1000000 |
Color Harmonies of #52EFF2
Complementary color
Monochromatic Colors of #52EFF2
Black with #52EFF2
Text Example
Text Example
White with #52EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFF2; }
p { color: rgb(82,239,242); }
H1.HeaderClassName
{
color: #52EFF2;
}
.AnyTagClassName
{
color: #52EFF2;
}
</style>
background-color css
<style>
a { background-color: #52EFF2; }
a { background-color: rgb(82,239,242); }
div.DivClassName
{
background-color: #52EFF2;
}
.BgClassName
{
background-color: #52EFF2;
}
</style>
border-color css
<style>
span { border-color: #52EFF2; }
span { border-color: rgb(82,239,242); }
td.TdClassName
{
border-color: #52EFF2;
}
.TagClassName
{
border-color: #52EFF2;
}
</style>