Shades of Summer Sky #20AEED
Tints of Summer Sky #20AEED
RGB
CMYK
RGB Variations
Color information
#20AEED (or 0x20AEED) is known color: Summer Sky. HEX triplet: 20, AE and ED. RGB value is (32,174,237). Sum of RGB (Red+Green+Blue) = 32+174+237=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #20AEED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AEED is #DF5112. Grayscale: #8A8A8A. Windows color (decimal): -14635283 or 15576608. OLE color: 15576608.
HSL color Cylindrical-coordinate representation of color #20AEED: hue angle of 198.44º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20AEED is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 174 | 237 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.07 |
| HSL | 198.44º | 0.85% | 0.53% | - |
| HSV(B) | 198.44º | 0.86% | 0.93% | - |
| XYZ | 31.02 | 36.69 | 85.57 | - |
| YUV | 138.72 | 183.46 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 237 | 0.86 | 0.27 | 0 | 0.07 | 198.44 | 0.85 | 0.53 |
| Hex | 20 | AE | ED | 56 | 1B | 0 | 7 | C6 | 55 | 35 |
| Octal | 40 | 256 | 355 | 126 | 33 | 0 | 7 | 306 | 125 | 65 |
| Binary | 100000 | 10101110 | 11101101 | 1010110 | 11011 | 0 | 111 | 11000110 | 1010101 | 110101 |
Color Harmonies of #20AEED
Complementary color
Monochromatic Colors of #20AEED
Black with #20AEED
Text Example
Text Example
White with #20AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AEED; }
p { color: rgb(32,174,237); }
H1.HeaderClassName
{
color: #20AEED;
}
.AnyTagClassName
{
color: #20AEED;
}
</style>
background-color css
<style>
a { background-color: #20AEED; }
a { background-color: rgb(32,174,237); }
div.DivClassName
{
background-color: #20AEED;
}
.BgClassName
{
background-color: #20AEED;
}
</style>
border-color css
<style>
span { border-color: #20AEED; }
span { border-color: rgb(32,174,237); }
td.TdClassName
{
border-color: #20AEED;
}
.TagClassName
{
border-color: #20AEED;
}
</style>