Shades of Summer Sky #20C1DB
Tints of Summer Sky #20C1DB
RGB
CMYK
RGB Variations
Color information
#20C1DB (or 0x20C1DB) is known color: Summer Sky. HEX triplet: 20, C1 and DB. RGB value is (32,193,219). Sum of RGB (Red+Green+Blue) = 32+193+219=444 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.21% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #20C1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C1DB is #DF3E24. Grayscale: #939393. Windows color (decimal): -14630437 or 14401824. OLE color: 14401824.
HSL color Cylindrical-coordinate representation of color #20C1DB: hue angle of 188.34º 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 #20C1DB is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 193 | 219 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.14 |
| HSL | 188.34º | 0.75% | 0.49% | - |
| HSV(B) | 188.34º | 0.85% | 0.86% | - |
| XYZ | 32.45 | 43.56 | 73.72 | - |
| YUV | 147.83 | 168.16 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 219 | 0.85 | 0.12 | 0 | 0.14 | 188.34 | 0.75 | 0.49 |
| Hex | 20 | C1 | DB | 55 | C | 0 | E | BC | 4B | 31 |
| Octal | 40 | 301 | 333 | 125 | 14 | 0 | 16 | 274 | 113 | 61 |
| Binary | 100000 | 11000001 | 11011011 | 1010101 | 1100 | 0 | 1110 | 10111100 | 1001011 | 110001 |
Color Harmonies of #20C1DB
Complementary color
Monochromatic Colors of #20C1DB
Black with #20C1DB
Text Example
Text Example
White with #20C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C1DB; }
p { color: rgb(32,193,219); }
H1.HeaderClassName
{
color: #20C1DB;
}
.AnyTagClassName
{
color: #20C1DB;
}
</style>
background-color css
<style>
a { background-color: #20C1DB; }
a { background-color: rgb(32,193,219); }
div.DivClassName
{
background-color: #20C1DB;
}
.BgClassName
{
background-color: #20C1DB;
}
</style>
border-color css
<style>
span { border-color: #20C1DB; }
span { border-color: rgb(32,193,219); }
td.TdClassName
{
border-color: #20C1DB;
}
.TagClassName
{
border-color: #20C1DB;
}
</style>