Shades of Summer Sky #20C0DD
Tints of Summer Sky #20C0DD
RGB
CMYK
RGB Variations
Color information
#20C0DD (or 0x20C0DD) is known color: Summer Sky. HEX triplet: 20, C0 and DD. RGB value is (32,192,221). Sum of RGB (Red+Green+Blue) = 32+192+221=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #20C0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C0DD is #DF3F22. Grayscale: #939393. Windows color (decimal): -14630691 or 14532640. OLE color: 14532640.
HSL color Cylindrical-coordinate representation of color #20C0DD: hue angle of 189.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20C0DD is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 192 | 221 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.13 |
| HSL | 189.21º | 0.75% | 0.5% | - |
| HSV(B) | 189.21º | 0.86% | 0.87% | - |
| XYZ | 32.5 | 43.23 | 75.04 | - |
| YUV | 147.47 | 169.49 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 221 | 0.86 | 0.13 | 0 | 0.13 | 189.21 | 0.75 | 0.5 |
| Hex | 20 | C0 | DD | 56 | D | 0 | D | BD | 4B | 32 |
| Octal | 40 | 300 | 335 | 126 | 15 | 0 | 15 | 275 | 113 | 62 |
| Binary | 100000 | 11000000 | 11011101 | 1010110 | 1101 | 0 | 1101 | 10111101 | 1001011 | 110010 |
Color Harmonies of #20C0DD
Complementary color
Monochromatic Colors of #20C0DD
Black with #20C0DD
Text Example
Text Example
White with #20C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0DD; }
p { color: rgb(32,192,221); }
H1.HeaderClassName
{
color: #20C0DD;
}
.AnyTagClassName
{
color: #20C0DD;
}
</style>
background-color css
<style>
a { background-color: #20C0DD; }
a { background-color: rgb(32,192,221); }
div.DivClassName
{
background-color: #20C0DD;
}
.BgClassName
{
background-color: #20C0DD;
}
</style>
border-color css
<style>
span { border-color: #20C0DD; }
span { border-color: rgb(32,192,221); }
td.TdClassName
{
border-color: #20C0DD;
}
.TagClassName
{
border-color: #20C0DD;
}
</style>