Shades of Summer Sky #20BADC
Tints of Summer Sky #20BADC
RGB
CMYK
RGB Variations
Color information
#20BADC (or 0x20BADC) is known color: Summer Sky. HEX triplet: 20, BA and DC. RGB value is (32,186,220). Sum of RGB (Red+Green+Blue) = 32+186+220=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #20BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BADC is #DF4523. Grayscale: #8F8F8F. Windows color (decimal): -14632228 or 14465568. OLE color: 14465568.
HSL color Cylindrical-coordinate representation of color #20BADC: hue angle of 190.85º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20BADC is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 186 | 220 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.14 |
| HSL | 190.85º | 0.75% | 0.49% | - |
| HSV(B) | 190.85º | 0.85% | 0.86% | - |
| XYZ | 31.07 | 40.59 | 73.91 | - |
| YUV | 143.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 220 | 0.85 | 0.15 | 0 | 0.14 | 190.85 | 0.75 | 0.49 |
| Hex | 20 | BA | DC | 55 | F | 0 | E | BF | 4B | 31 |
| Octal | 40 | 272 | 334 | 125 | 17 | 0 | 16 | 277 | 113 | 61 |
| Binary | 100000 | 10111010 | 11011100 | 1010101 | 1111 | 0 | 1110 | 10111111 | 1001011 | 110001 |
Color Harmonies of #20BADC
Complementary color
Monochromatic Colors of #20BADC
Black with #20BADC
Text Example
Text Example
White with #20BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BADC; }
p { color: rgb(32,186,220); }
H1.HeaderClassName
{
color: #20BADC;
}
.AnyTagClassName
{
color: #20BADC;
}
</style>
background-color css
<style>
a { background-color: #20BADC; }
a { background-color: rgb(32,186,220); }
div.DivClassName
{
background-color: #20BADC;
}
.BgClassName
{
background-color: #20BADC;
}
</style>
border-color css
<style>
span { border-color: #20BADC; }
span { border-color: rgb(32,186,220); }
td.TdClassName
{
border-color: #20BADC;
}
.TagClassName
{
border-color: #20BADC;
}
</style>