Shades of Summer Sky #20BADD
Tints of Summer Sky #20BADD
RGB
CMYK
RGB Variations
Color information
#20BADD (or 0x20BADD) is known color: Summer Sky. HEX triplet: 20, BA and DD. RGB value is (32,186,221). Sum of RGB (Red+Green+Blue) = 32+186+221=439 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.29% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #20BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BADD is #DF4522. Grayscale: #8F8F8F. Windows color (decimal): -14632227 or 14531104. OLE color: 14531104.
HSL color Cylindrical-coordinate representation of color #20BADD: hue angle of 191.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BADD is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 186 | 221 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.13 |
| HSL | 191.11º | 0.75% | 0.5% | - |
| HSV(B) | 191.11º | 0.86% | 0.87% | - |
| XYZ | 31.21 | 40.65 | 74.61 | - |
| YUV | 143.94 | 171.48 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 221 | 0.86 | 0.16 | 0 | 0.13 | 191.11 | 0.75 | 0.5 |
| Hex | 20 | BA | DD | 56 | 10 | 0 | D | BF | 4B | 32 |
| Octal | 40 | 272 | 335 | 126 | 20 | 0 | 15 | 277 | 113 | 62 |
| Binary | 100000 | 10111010 | 11011101 | 1010110 | 10000 | 0 | 1101 | 10111111 | 1001011 | 110010 |
Color Harmonies of #20BADD
Complementary color
Monochromatic Colors of #20BADD
Black with #20BADD
Text Example
Text Example
White with #20BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BADD; }
p { color: rgb(32,186,221); }
H1.HeaderClassName
{
color: #20BADD;
}
.AnyTagClassName
{
color: #20BADD;
}
</style>
background-color css
<style>
a { background-color: #20BADD; }
a { background-color: rgb(32,186,221); }
div.DivClassName
{
background-color: #20BADD;
}
.BgClassName
{
background-color: #20BADD;
}
</style>
border-color css
<style>
span { border-color: #20BADD; }
span { border-color: rgb(32,186,221); }
td.TdClassName
{
border-color: #20BADD;
}
.TagClassName
{
border-color: #20BADD;
}
</style>