Shades of Summer Sky #20AEE0
Tints of Summer Sky #20AEE0
RGB
CMYK
RGB Variations
Color information
#20AEE0 (or 0x20AEE0) is known color: Summer Sky. HEX triplet: 20, AE and E0. RGB value is (32,174,224). Sum of RGB (Red+Green+Blue) = 32+174+224=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #20AEE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AEE0 is #DF511F. Grayscale: #888888. Windows color (decimal): -14635296 or 14724640. OLE color: 14724640.
HSL color Cylindrical-coordinate representation of color #20AEE0: hue angle of 195.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20AEE0 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 174 | 224 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.12 |
| HSL | 195.63º | 0.76% | 0.5% | - |
| HSV(B) | 195.63º | 0.86% | 0.88% | - |
| XYZ | 29.19 | 35.96 | 75.92 | - |
| YUV | 137.24 | 176.96 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 224 | 0.86 | 0.22 | 0 | 0.12 | 195.63 | 0.76 | 0.5 |
| Hex | 20 | AE | E0 | 56 | 16 | 0 | C | C4 | 4C | 32 |
| Octal | 40 | 256 | 340 | 126 | 26 | 0 | 14 | 304 | 114 | 62 |
| Binary | 100000 | 10101110 | 11100000 | 1010110 | 10110 | 0 | 1100 | 11000100 | 1001100 | 110010 |
Color Harmonies of #20AEE0
Complementary color
Monochromatic Colors of #20AEE0
Black with #20AEE0
Text Example
Text Example
White with #20AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AEE0; }
p { color: rgb(32,174,224); }
H1.HeaderClassName
{
color: #20AEE0;
}
.AnyTagClassName
{
color: #20AEE0;
}
</style>
background-color css
<style>
a { background-color: #20AEE0; }
a { background-color: rgb(32,174,224); }
div.DivClassName
{
background-color: #20AEE0;
}
.BgClassName
{
background-color: #20AEE0;
}
</style>
border-color css
<style>
span { border-color: #20AEE0; }
span { border-color: rgb(32,174,224); }
td.TdClassName
{
border-color: #20AEE0;
}
.TagClassName
{
border-color: #20AEE0;
}
</style>