Shades of Summer Sky #20B5DB
Tints of Summer Sky #20B5DB
RGB
CMYK
RGB Variations
Color information
#20B5DB (or 0x20B5DB) is known color: Summer Sky. HEX triplet: 20, B5 and DB. RGB value is (32,181,219). Sum of RGB (Red+Green+Blue) = 32+181+219=432 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.41% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #20B5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B5DB is #DF4A24. Grayscale: #8C8C8C. Windows color (decimal): -14633509 or 14398752. OLE color: 14398752.
HSL color Cylindrical-coordinate representation of color #20B5DB: hue angle of 192.19º 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 #20B5DB is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 181 | 219 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.14 |
| HSL | 192.19º | 0.75% | 0.49% | - |
| HSV(B) | 192.19º | 0.85% | 0.86% | - |
| XYZ | 29.91 | 38.47 | 72.87 | - |
| YUV | 140.78 | 172.14 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 181 | 219 | 0.85 | 0.17 | 0 | 0.14 | 192.19 | 0.75 | 0.49 |
| Hex | 20 | B5 | DB | 55 | 11 | 0 | E | C0 | 4B | 31 |
| Octal | 40 | 265 | 333 | 125 | 21 | 0 | 16 | 300 | 113 | 61 |
| Binary | 100000 | 10110101 | 11011011 | 1010101 | 10001 | 0 | 1110 | 11000000 | 1001011 | 110001 |
Color Harmonies of #20B5DB
Complementary color
Monochromatic Colors of #20B5DB
Black with #20B5DB
Text Example
Text Example
White with #20B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B5DB; }
p { color: rgb(32,181,219); }
H1.HeaderClassName
{
color: #20B5DB;
}
.AnyTagClassName
{
color: #20B5DB;
}
</style>
background-color css
<style>
a { background-color: #20B5DB; }
a { background-color: rgb(32,181,219); }
div.DivClassName
{
background-color: #20B5DB;
}
.BgClassName
{
background-color: #20B5DB;
}
</style>
border-color css
<style>
span { border-color: #20B5DB; }
span { border-color: rgb(32,181,219); }
td.TdClassName
{
border-color: #20B5DB;
}
.TagClassName
{
border-color: #20B5DB;
}
</style>