Shades of Summer Sky #20AAEA
Tints of Summer Sky #20AAEA
RGB
CMYK
RGB Variations
Color information
#20AAEA (or 0x20AAEA) is known color: Summer Sky. HEX triplet: 20, AA and EA. RGB value is (32,170,234). Sum of RGB (Red+Green+Blue) = 32+170+234=436 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.34% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #20AAEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AAEA is #DF5515. Grayscale: #878787. Windows color (decimal): -14636310 or 15378976. OLE color: 15378976.
HSL color Cylindrical-coordinate representation of color #20AAEA: hue angle of 199.01º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20AAEA is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 170 | 234 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.08 |
| HSL | 199.01º | 0.83% | 0.52% | - |
| HSV(B) | 199.01º | 0.86% | 0.92% | - |
| XYZ | 29.82 | 35 | 83.03 | - |
| YUV | 136.03 | 183.28 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 234 | 0.86 | 0.27 | 0 | 0.08 | 199.01 | 0.83 | 0.52 |
| Hex | 20 | AA | EA | 56 | 1B | 0 | 8 | C7 | 53 | 34 |
| Octal | 40 | 252 | 352 | 126 | 33 | 0 | 10 | 307 | 123 | 64 |
| Binary | 100000 | 10101010 | 11101010 | 1010110 | 11011 | 0 | 1000 | 11000111 | 1010011 | 110100 |
Color Harmonies of #20AAEA
Complementary color
Monochromatic Colors of #20AAEA
Black with #20AAEA
Text Example
Text Example
White with #20AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAEA; }
p { color: rgb(32,170,234); }
H1.HeaderClassName
{
color: #20AAEA;
}
.AnyTagClassName
{
color: #20AAEA;
}
</style>
background-color css
<style>
a { background-color: #20AAEA; }
a { background-color: rgb(32,170,234); }
div.DivClassName
{
background-color: #20AAEA;
}
.BgClassName
{
background-color: #20AAEA;
}
</style>
border-color css
<style>
span { border-color: #20AAEA; }
span { border-color: rgb(32,170,234); }
td.TdClassName
{
border-color: #20AAEA;
}
.TagClassName
{
border-color: #20AAEA;
}
</style>