Shades of Summer Sky #20C1DC
Tints of Summer Sky #20C1DC
RGB
CMYK
RGB Variations
Color information
#20C1DC (or 0x20C1DC) is known color: Summer Sky. HEX triplet: 20, C1 and DC. RGB value is (32,193,220). Sum of RGB (Red+Green+Blue) = 32+193+220=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #20C1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C1DC is #DF3E23. Grayscale: #939393. Windows color (decimal): -14630436 or 14467360. OLE color: 14467360.
HSL color Cylindrical-coordinate representation of color #20C1DC: hue angle of 188.62º 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 #20C1DC is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 193 | 220 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.14 |
| HSL | 188.62º | 0.75% | 0.49% | - |
| HSV(B) | 188.62º | 0.85% | 0.86% | - |
| XYZ | 32.58 | 43.61 | 74.41 | - |
| YUV | 147.94 | 168.66 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 220 | 0.85 | 0.12 | 0 | 0.14 | 188.62 | 0.75 | 0.49 |
| Hex | 20 | C1 | DC | 55 | C | 0 | E | BD | 4B | 31 |
| Octal | 40 | 301 | 334 | 125 | 14 | 0 | 16 | 275 | 113 | 61 |
| Binary | 100000 | 11000001 | 11011100 | 1010101 | 1100 | 0 | 1110 | 10111101 | 1001011 | 110001 |
Color Harmonies of #20C1DC
Complementary color
Monochromatic Colors of #20C1DC
Black with #20C1DC
Text Example
Text Example
White with #20C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C1DC; }
p { color: rgb(32,193,220); }
H1.HeaderClassName
{
color: #20C1DC;
}
.AnyTagClassName
{
color: #20C1DC;
}
</style>
background-color css
<style>
a { background-color: #20C1DC; }
a { background-color: rgb(32,193,220); }
div.DivClassName
{
background-color: #20C1DC;
}
.BgClassName
{
background-color: #20C1DC;
}
</style>
border-color css
<style>
span { border-color: #20C1DC; }
span { border-color: rgb(32,193,220); }
td.TdClassName
{
border-color: #20C1DC;
}
.TagClassName
{
border-color: #20C1DC;
}
</style>