Shades of Summer Sky #20BADA
Tints of Summer Sky #20BADA
RGB
CMYK
RGB Variations
Color information
#20BADA (or 0x20BADA) is known color: Summer Sky. HEX triplet: 20, BA and DA. RGB value is (32,186,218). Sum of RGB (Red+Green+Blue) = 32+186+218=436 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.34% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #20BADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BADA is #DF4525. Grayscale: #8F8F8F. Windows color (decimal): -14632230 or 14334496. OLE color: 14334496.
HSL color Cylindrical-coordinate representation of color #20BADA: hue angle of 190.32º 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 #20BADA is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 186 | 218 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.15 |
| HSL | 190.32º | 0.74% | 0.49% | - |
| HSV(B) | 190.32º | 0.85% | 0.85% | - |
| XYZ | 30.81 | 40.49 | 72.52 | - |
| YUV | 143.6 | 169.98 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 218 | 0.85 | 0.15 | 0 | 0.15 | 190.32 | 0.74 | 0.49 |
| Hex | 20 | BA | DA | 55 | F | 0 | F | BE | 4A | 31 |
| Octal | 40 | 272 | 332 | 125 | 17 | 0 | 17 | 276 | 112 | 61 |
| Binary | 100000 | 10111010 | 11011010 | 1010101 | 1111 | 0 | 1111 | 10111110 | 1001010 | 110001 |
Color Harmonies of #20BADA
Complementary color
Monochromatic Colors of #20BADA
Black with #20BADA
Text Example
Text Example
White with #20BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BADA; }
p { color: rgb(32,186,218); }
H1.HeaderClassName
{
color: #20BADA;
}
.AnyTagClassName
{
color: #20BADA;
}
</style>
background-color css
<style>
a { background-color: #20BADA; }
a { background-color: rgb(32,186,218); }
div.DivClassName
{
background-color: #20BADA;
}
.BgClassName
{
background-color: #20BADA;
}
</style>
border-color css
<style>
span { border-color: #20BADA; }
span { border-color: rgb(32,186,218); }
td.TdClassName
{
border-color: #20BADA;
}
.TagClassName
{
border-color: #20BADA;
}
</style>