Shades of Summer Sky #20AAD0
Tints of Summer Sky #20AAD0
RGB
CMYK
RGB Variations
Color information
#20AAD0 (or 0x20AAD0) is known color: Summer Sky. HEX triplet: 20, AA and D0. RGB value is (32,170,208). Sum of RGB (Red+Green+Blue) = 32+170+208=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #20AAD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AAD0 is #DF552F. Grayscale: #848484. Windows color (decimal): -14636336 or 13675040. OLE color: 13675040.
HSL color Cylindrical-coordinate representation of color #20AAD0: hue angle of 192.95º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20AAD0 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 170 | 208 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.18 |
| HSL | 192.95º | 0.73% | 0.47% | - |
| HSV(B) | 192.95º | 0.85% | 0.82% | - |
| XYZ | 26.36 | 33.61 | 64.77 | - |
| YUV | 133.07 | 170.28 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 208 | 0.85 | 0.18 | 0 | 0.18 | 192.95 | 0.73 | 0.47 |
| Hex | 20 | AA | D0 | 55 | 12 | 0 | 12 | C1 | 49 | 2F |
| Octal | 40 | 252 | 320 | 125 | 22 | 0 | 22 | 301 | 111 | 57 |
| Binary | 100000 | 10101010 | 11010000 | 1010101 | 10010 | 0 | 10010 | 11000001 | 1001001 | 101111 |
Color Harmonies of #20AAD0
Complementary color
Monochromatic Colors of #20AAD0
Black with #20AAD0
Text Example
Text Example
White with #20AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAD0; }
p { color: rgb(32,170,208); }
H1.HeaderClassName
{
color: #20AAD0;
}
.AnyTagClassName
{
color: #20AAD0;
}
</style>
background-color css
<style>
a { background-color: #20AAD0; }
a { background-color: rgb(32,170,208); }
div.DivClassName
{
background-color: #20AAD0;
}
.BgClassName
{
background-color: #20AAD0;
}
</style>
border-color css
<style>
span { border-color: #20AAD0; }
span { border-color: rgb(32,170,208); }
td.TdClassName
{
border-color: #20AAD0;
}
.TagClassName
{
border-color: #20AAD0;
}
</style>