Shades of Summer Sky #20B8DB
Tints of Summer Sky #20B8DB
RGB
CMYK
RGB Variations
Color information
#20B8DB (or 0x20B8DB) is known color: Summer Sky. HEX triplet: 20, B8 and DB. RGB value is (32,184,219). Sum of RGB (Red+Green+Blue) = 32+184+219=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #20B8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B8DB is #DF4724. Grayscale: #8E8E8E. Windows color (decimal): -14632741 or 14399520. OLE color: 14399520.
HSL color Cylindrical-coordinate representation of color #20B8DB: hue angle of 191.23º 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 #20B8DB is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 184 | 219 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.14 |
| HSL | 191.23º | 0.75% | 0.49% | - |
| HSV(B) | 191.23º | 0.85% | 0.86% | - |
| XYZ | 30.52 | 39.7 | 73.07 | - |
| YUV | 142.54 | 171.14 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 184 | 219 | 0.85 | 0.16 | 0 | 0.14 | 191.23 | 0.75 | 0.49 |
| Hex | 20 | B8 | DB | 55 | 10 | 0 | E | BF | 4B | 31 |
| Octal | 40 | 270 | 333 | 125 | 20 | 0 | 16 | 277 | 113 | 61 |
| Binary | 100000 | 10111000 | 11011011 | 1010101 | 10000 | 0 | 1110 | 10111111 | 1001011 | 110001 |
Color Harmonies of #20B8DB
Complementary color
Monochromatic Colors of #20B8DB
Black with #20B8DB
Text Example
Text Example
White with #20B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B8DB; }
p { color: rgb(32,184,219); }
H1.HeaderClassName
{
color: #20B8DB;
}
.AnyTagClassName
{
color: #20B8DB;
}
</style>
background-color css
<style>
a { background-color: #20B8DB; }
a { background-color: rgb(32,184,219); }
div.DivClassName
{
background-color: #20B8DB;
}
.BgClassName
{
background-color: #20B8DB;
}
</style>
border-color css
<style>
span { border-color: #20B8DB; }
span { border-color: rgb(32,184,219); }
td.TdClassName
{
border-color: #20B8DB;
}
.TagClassName
{
border-color: #20B8DB;
}
</style>