Shades of Summer Sky #20BADF
Tints of Summer Sky #20BADF
RGB
CMYK
RGB Variations
Color information
#20BADF (or 0x20BADF) is known color: Summer Sky. HEX triplet: 20, BA and DF. RGB value is (32,186,223). Sum of RGB (Red+Green+Blue) = 32+186+223=441 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.26% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #20BADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BADF is #DF4520. Grayscale: #8F8F8F. Windows color (decimal): -14632225 or 14662176. OLE color: 14662176.
HSL color Cylindrical-coordinate representation of color #20BADF: hue angle of 191.62º 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 #20BADF is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 186 | 223 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.13 |
| HSL | 191.62º | 0.75% | 0.5% | - |
| HSV(B) | 191.62º | 0.86% | 0.87% | - |
| XYZ | 31.47 | 40.75 | 76.02 | - |
| YUV | 144.17 | 172.48 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 223 | 0.86 | 0.17 | 0 | 0.13 | 191.62 | 0.75 | 0.5 |
| Hex | 20 | BA | DF | 56 | 11 | 0 | D | C0 | 4B | 32 |
| Octal | 40 | 272 | 337 | 126 | 21 | 0 | 15 | 300 | 113 | 62 |
| Binary | 100000 | 10111010 | 11011111 | 1010110 | 10001 | 0 | 1101 | 11000000 | 1001011 | 110010 |
Color Harmonies of #20BADF
Complementary color
Monochromatic Colors of #20BADF
Black with #20BADF
Text Example
Text Example
White with #20BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BADF; }
p { color: rgb(32,186,223); }
H1.HeaderClassName
{
color: #20BADF;
}
.AnyTagClassName
{
color: #20BADF;
}
</style>
background-color css
<style>
a { background-color: #20BADF; }
a { background-color: rgb(32,186,223); }
div.DivClassName
{
background-color: #20BADF;
}
.BgClassName
{
background-color: #20BADF;
}
</style>
border-color css
<style>
span { border-color: #20BADF; }
span { border-color: rgb(32,186,223); }
td.TdClassName
{
border-color: #20BADF;
}
.TagClassName
{
border-color: #20BADF;
}
</style>