Shades of Baby Blue #52EAFF
Tints of Baby Blue #52EAFF
RGB
CMYK
RGB Variations
Color information
#52EAFF (or 0x52EAFF) is known color: Baby Blue. HEX triplet: 52, EA and FF. RGB value is (82,234,255). Sum of RGB (Red+Green+Blue) = 82+234+255=571 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.36% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #52EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EAFF is #AD1500. Grayscale: #BEBEBE. Windows color (decimal): -11343105 or 16771666. OLE color: 16771666.
HSL color Cylindrical-coordinate representation of color #52EAFF: hue angle of 187.28º 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 #52EAFF is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 234 | 255 | - |
| CMYK | 0.68 | 0.08 | 0 | 0 |
| HSL | 187.28º | 1% | 0.66% | - |
| HSV(B) | 187.28º | 0.68% | 1% | - |
| XYZ | 50.95 | 67.86 | 105.02 | - |
| YUV | 190.95 | 164.14 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 234 | 255 | 0.68 | 0.08 | 0 | 0 | 187.28 | 1 | 0.66 |
| Hex | 52 | EA | FF | 44 | 8 | 0 | 0 | BB | 64 | 42 |
| Octal | 122 | 352 | 377 | 104 | 10 | 0 | 0 | 273 | 144 | 102 |
| Binary | 1010010 | 11101010 | 11111111 | 1000100 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000010 |
Color Harmonies of #52EAFF
Complementary color
Monochromatic Colors of #52EAFF
Black with #52EAFF
Text Example
Text Example
White with #52EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EAFF; }
p { color: rgb(82,234,255); }
H1.HeaderClassName
{
color: #52EAFF;
}
.AnyTagClassName
{
color: #52EAFF;
}
</style>
background-color css
<style>
a { background-color: #52EAFF; }
a { background-color: rgb(82,234,255); }
div.DivClassName
{
background-color: #52EAFF;
}
.BgClassName
{
background-color: #52EAFF;
}
</style>
border-color css
<style>
span { border-color: #52EAFF; }
span { border-color: rgb(82,234,255); }
td.TdClassName
{
border-color: #52EAFF;
}
.TagClassName
{
border-color: #52EAFF;
}
</style>