Shades of Summer Sky #20B3DB
Tints of Summer Sky #20B3DB
RGB
CMYK
RGB Variations
Color information
#20B3DB (or 0x20B3DB) is known color: Summer Sky. HEX triplet: 20, B3 and DB. RGB value is (32,179,219). Sum of RGB (Red+Green+Blue) = 32+179+219=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #20B3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B3DB is #DF4C24. Grayscale: #8B8B8B. Windows color (decimal): -14634021 or 14398240. OLE color: 14398240.
HSL color Cylindrical-coordinate representation of color #20B3DB: hue angle of 192.83º 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 #20B3DB is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 179 | 219 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.14 |
| HSL | 192.83º | 0.75% | 0.49% | - |
| HSV(B) | 192.83º | 0.85% | 0.86% | - |
| XYZ | 29.5 | 37.66 | 72.73 | - |
| YUV | 139.61 | 172.8 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 179 | 219 | 0.85 | 0.18 | 0 | 0.14 | 192.83 | 0.75 | 0.49 |
| Hex | 20 | B3 | DB | 55 | 12 | 0 | E | C1 | 4B | 31 |
| Octal | 40 | 263 | 333 | 125 | 22 | 0 | 16 | 301 | 113 | 61 |
| Binary | 100000 | 10110011 | 11011011 | 1010101 | 10010 | 0 | 1110 | 11000001 | 1001011 | 110001 |
Color Harmonies of #20B3DB
Complementary color
Monochromatic Colors of #20B3DB
Black with #20B3DB
Text Example
Text Example
White with #20B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B3DB; }
p { color: rgb(32,179,219); }
H1.HeaderClassName
{
color: #20B3DB;
}
.AnyTagClassName
{
color: #20B3DB;
}
</style>
background-color css
<style>
a { background-color: #20B3DB; }
a { background-color: rgb(32,179,219); }
div.DivClassName
{
background-color: #20B3DB;
}
.BgClassName
{
background-color: #20B3DB;
}
</style>
border-color css
<style>
span { border-color: #20B3DB; }
span { border-color: rgb(32,179,219); }
td.TdClassName
{
border-color: #20B3DB;
}
.TagClassName
{
border-color: #20B3DB;
}
</style>