Shades of Summer Sky #20B2DB
Tints of Summer Sky #20B2DB
RGB
CMYK
RGB Variations
Color information
#20B2DB (or 0x20B2DB) is known color: Summer Sky. HEX triplet: 20, B2 and DB. RGB value is (32,178,219). Sum of RGB (Red+Green+Blue) = 32+178+219=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #20B2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B2DB is #DF4D24. Grayscale: #8A8A8A. Windows color (decimal): -14634277 or 14397984. OLE color: 14397984.
HSL color Cylindrical-coordinate representation of color #20B2DB: hue angle of 193.16º 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 #20B2DB is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 178 | 219 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.14 |
| HSL | 193.16º | 0.75% | 0.49% | - |
| HSV(B) | 193.16º | 0.85% | 0.86% | - |
| XYZ | 29.3 | 37.26 | 72.67 | - |
| YUV | 139.02 | 173.13 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 219 | 0.85 | 0.19 | 0 | 0.14 | 193.16 | 0.75 | 0.49 |
| Hex | 20 | B2 | DB | 55 | 13 | 0 | E | C1 | 4B | 31 |
| Octal | 40 | 262 | 333 | 125 | 23 | 0 | 16 | 301 | 113 | 61 |
| Binary | 100000 | 10110010 | 11011011 | 1010101 | 10011 | 0 | 1110 | 11000001 | 1001011 | 110001 |
Color Harmonies of #20B2DB
Complementary color
Monochromatic Colors of #20B2DB
Black with #20B2DB
Text Example
Text Example
White with #20B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B2DB; }
p { color: rgb(32,178,219); }
H1.HeaderClassName
{
color: #20B2DB;
}
.AnyTagClassName
{
color: #20B2DB;
}
</style>
background-color css
<style>
a { background-color: #20B2DB; }
a { background-color: rgb(32,178,219); }
div.DivClassName
{
background-color: #20B2DB;
}
.BgClassName
{
background-color: #20B2DB;
}
</style>
border-color css
<style>
span { border-color: #20B2DB; }
span { border-color: rgb(32,178,219); }
td.TdClassName
{
border-color: #20B2DB;
}
.TagClassName
{
border-color: #20B2DB;
}
</style>