Shades of Summer Sky #20ACE0
Tints of Summer Sky #20ACE0
RGB
CMYK
RGB Variations
Color information
#20ACE0 (or 0x20ACE0) is known color: Summer Sky. HEX triplet: 20, AC and E0. RGB value is (32,172,224). Sum of RGB (Red+Green+Blue) = 32+172+224=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #20ACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACE0 is #DF531F. Grayscale: #878787. Windows color (decimal): -14635808 or 14724128. OLE color: 14724128.
HSL color Cylindrical-coordinate representation of color #20ACE0: hue angle of 196.25º 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 #20ACE0 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 172 | 224 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.12 |
| HSL | 196.25º | 0.76% | 0.5% | - |
| HSV(B) | 196.25º | 0.86% | 0.88% | - |
| XYZ | 28.8 | 35.19 | 75.8 | - |
| YUV | 136.07 | 177.62 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 224 | 0.86 | 0.23 | 0 | 0.12 | 196.25 | 0.76 | 0.5 |
| Hex | 20 | AC | E0 | 56 | 17 | 0 | C | C4 | 4C | 32 |
| Octal | 40 | 254 | 340 | 126 | 27 | 0 | 14 | 304 | 114 | 62 |
| Binary | 100000 | 10101100 | 11100000 | 1010110 | 10111 | 0 | 1100 | 11000100 | 1001100 | 110010 |
Color Harmonies of #20ACE0
Complementary color
Monochromatic Colors of #20ACE0
Black with #20ACE0
Text Example
Text Example
White with #20ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ACE0; }
p { color: rgb(32,172,224); }
H1.HeaderClassName
{
color: #20ACE0;
}
.AnyTagClassName
{
color: #20ACE0;
}
</style>
background-color css
<style>
a { background-color: #20ACE0; }
a { background-color: rgb(32,172,224); }
div.DivClassName
{
background-color: #20ACE0;
}
.BgClassName
{
background-color: #20ACE0;
}
</style>
border-color css
<style>
span { border-color: #20ACE0; }
span { border-color: rgb(32,172,224); }
td.TdClassName
{
border-color: #20ACE0;
}
.TagClassName
{
border-color: #20ACE0;
}
</style>