Shades of Summer Sky #20ADEC
Tints of Summer Sky #20ADEC
RGB
CMYK
RGB Variations
Color information
#20ADEC (or 0x20ADEC) is known color: Summer Sky. HEX triplet: 20, AD and EC. RGB value is (32,173,236). Sum of RGB (Red+Green+Blue) = 32+173+236=441 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.26% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #20ADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ADEC is #DF5213. Grayscale: #898989. Windows color (decimal): -14635540 or 15510816. OLE color: 15510816.
HSL color Cylindrical-coordinate representation of color #20ADEC: hue angle of 198.53º degrees, saturation: 0.84, 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 #20ADEC is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 173 | 236 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.07 |
| HSL | 198.53º | 0.84% | 0.53% | - |
| HSV(B) | 198.53º | 0.86% | 0.93% | - |
| XYZ | 30.68 | 36.25 | 84.74 | - |
| YUV | 138.02 | 183.29 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 236 | 0.86 | 0.27 | 0 | 0.07 | 198.53 | 0.84 | 0.53 |
| Hex | 20 | AD | EC | 56 | 1B | 0 | 7 | C7 | 54 | 35 |
| Octal | 40 | 255 | 354 | 126 | 33 | 0 | 7 | 307 | 124 | 65 |
| Binary | 100000 | 10101101 | 11101100 | 1010110 | 11011 | 0 | 111 | 11000111 | 1010100 | 110101 |
Color Harmonies of #20ADEC
Complementary color
Monochromatic Colors of #20ADEC
Black with #20ADEC
Text Example
Text Example
White with #20ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADEC; }
p { color: rgb(32,173,236); }
H1.HeaderClassName
{
color: #20ADEC;
}
.AnyTagClassName
{
color: #20ADEC;
}
</style>
background-color css
<style>
a { background-color: #20ADEC; }
a { background-color: rgb(32,173,236); }
div.DivClassName
{
background-color: #20ADEC;
}
.BgClassName
{
background-color: #20ADEC;
}
</style>
border-color css
<style>
span { border-color: #20ADEC; }
span { border-color: rgb(32,173,236); }
td.TdClassName
{
border-color: #20ADEC;
}
.TagClassName
{
border-color: #20ADEC;
}
</style>