Shades of Baby Blue #52EFFF
Tints of Baby Blue #52EFFF
RGB
CMYK
RGB Variations
Color information
#52EFFF (or 0x52EFFF) is known color: Baby Blue. HEX triplet: 52, EF and FF. RGB value is (82,239,255). Sum of RGB (Red+Green+Blue) = 82+239+255=576 (76% of max value = 765). Red value is 82 (32.42% from 255 or 14.24% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #52EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EFFF is #AD1000. Grayscale: #C1C1C1. Windows color (decimal): -11341825 or 16772946. OLE color: 16772946.
HSL color Cylindrical-coordinate representation of color #52EFFF: hue angle of 185.55º 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 #52EFFF is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 239 | 255 | - |
| CMYK | 0.68 | 0.06 | 0 | 0 |
| HSL | 185.55º | 1% | 0.66% | - |
| HSV(B) | 185.55º | 0.68% | 1% | - |
| XYZ | 52.4 | 70.75 | 105.5 | - |
| YUV | 193.88 | 162.49 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 255 | 0.68 | 0.06 | 0 | 0 | 185.55 | 1 | 0.66 |
| Hex | 52 | EF | FF | 44 | 6 | 0 | 0 | BA | 64 | 42 |
| Octal | 122 | 357 | 377 | 104 | 6 | 0 | 0 | 272 | 144 | 102 |
| Binary | 1010010 | 11101111 | 11111111 | 1000100 | 110 | 0 | 0 | 10111010 | 1100100 | 1000010 |
Color Harmonies of #52EFFF
Complementary color
Monochromatic Colors of #52EFFF
Black with #52EFFF
Text Example
Text Example
White with #52EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFFF; }
p { color: rgb(82,239,255); }
H1.HeaderClassName
{
color: #52EFFF;
}
.AnyTagClassName
{
color: #52EFFF;
}
</style>
background-color css
<style>
a { background-color: #52EFFF; }
a { background-color: rgb(82,239,255); }
div.DivClassName
{
background-color: #52EFFF;
}
.BgClassName
{
background-color: #52EFFF;
}
</style>
border-color css
<style>
span { border-color: #52EFFF; }
span { border-color: rgb(82,239,255); }
td.TdClassName
{
border-color: #52EFFF;
}
.TagClassName
{
border-color: #52EFFF;
}
</style>