Shades of Summer Sky #20ADD9
Tints of Summer Sky #20ADD9
RGB
CMYK
RGB Variations
Color information
#20ADD9 (or 0x20ADD9) is known color: Summer Sky. HEX triplet: 20, AD and D9. RGB value is (32,173,217). Sum of RGB (Red+Green+Blue) = 32+173+217=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #20ADD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADD9 is #DF5226. Grayscale: #878787. Windows color (decimal): -14635559 or 14265632. OLE color: 14265632.
HSL color Cylindrical-coordinate representation of color #20ADD9: hue angle of 194.27º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20ADD9 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 173 | 217 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.15 |
| HSL | 194.27º | 0.74% | 0.49% | - |
| HSV(B) | 194.27º | 0.85% | 0.85% | - |
| XYZ | 28.06 | 35.2 | 70.96 | - |
| YUV | 135.86 | 173.79 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 217 | 0.85 | 0.20 | 0 | 0.15 | 194.27 | 0.74 | 0.49 |
| Hex | 20 | AD | D9 | 55 | 14 | 0 | F | C2 | 4A | 31 |
| Octal | 40 | 255 | 331 | 125 | 24 | 0 | 17 | 302 | 112 | 61 |
| Binary | 100000 | 10101101 | 11011001 | 1010101 | 10100 | 0 | 1111 | 11000010 | 1001010 | 110001 |
Color Harmonies of #20ADD9
Complementary color
Monochromatic Colors of #20ADD9
Black with #20ADD9
Text Example
Text Example
White with #20ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADD9; }
p { color: rgb(32,173,217); }
H1.HeaderClassName
{
color: #20ADD9;
}
.AnyTagClassName
{
color: #20ADD9;
}
</style>
background-color css
<style>
a { background-color: #20ADD9; }
a { background-color: rgb(32,173,217); }
div.DivClassName
{
background-color: #20ADD9;
}
.BgClassName
{
background-color: #20ADD9;
}
</style>
border-color css
<style>
span { border-color: #20ADD9; }
span { border-color: rgb(32,173,217); }
td.TdClassName
{
border-color: #20ADD9;
}
.TagClassName
{
border-color: #20ADD9;
}
</style>