Shades of Baby Blue #52EAFE
Tints of Baby Blue #52EAFE
RGB
CMYK
RGB Variations
Color information
#52EAFE (or 0x52EAFE) is known color: Baby Blue. HEX triplet: 52, EA and FE. RGB value is (82,234,254). Sum of RGB (Red+Green+Blue) = 82+234+254=570 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.39% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #52EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EAFE is #AD1501. Grayscale: #BEBEBE. Windows color (decimal): -11343106 or 16706130. OLE color: 16706130.
HSL color Cylindrical-coordinate representation of color #52EAFE: hue angle of 186.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52EAFE is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 234 | 254 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.00 |
| HSL | 186.98º | 0.99% | 0.66% | - |
| HSV(B) | 186.98º | 0.68% | 1% | - |
| XYZ | 50.79 | 67.8 | 104.17 | - |
| YUV | 190.83 | 163.64 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 234 | 254 | 0.68 | 0.08 | 0 | 0.00 | 186.98 | 0.99 | 0.66 |
| Hex | 52 | EA | FE | 44 | 8 | 0 | 0 | BB | 63 | 42 |
| Octal | 122 | 352 | 376 | 104 | 10 | 0 | 0 | 273 | 143 | 102 |
| Binary | 1010010 | 11101010 | 11111110 | 1000100 | 1000 | 0 | 0 | 10111011 | 1100011 | 1000010 |
Color Harmonies of #52EAFE
Complementary color
Monochromatic Colors of #52EAFE
Black with #52EAFE
Text Example
Text Example
White with #52EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EAFE; }
p { color: rgb(82,234,254); }
H1.HeaderClassName
{
color: #52EAFE;
}
.AnyTagClassName
{
color: #52EAFE;
}
</style>
background-color css
<style>
a { background-color: #52EAFE; }
a { background-color: rgb(82,234,254); }
div.DivClassName
{
background-color: #52EAFE;
}
.BgClassName
{
background-color: #52EAFE;
}
</style>
border-color css
<style>
span { border-color: #52EAFE; }
span { border-color: rgb(82,234,254); }
td.TdClassName
{
border-color: #52EAFE;
}
.TagClassName
{
border-color: #52EAFE;
}
</style>