Shades of Summer Sky #20C0D7
Tints of Summer Sky #20C0D7
RGB
CMYK
RGB Variations
Color information
#20C0D7 (or 0x20C0D7) is known color: Summer Sky. HEX triplet: 20, C0 and D7. RGB value is (32,192,215). Sum of RGB (Red+Green+Blue) = 32+192+215=439 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.29% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #20C0D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C0D7 is #DF3F28. Grayscale: #929292. Windows color (decimal): -14630697 or 14139424. OLE color: 14139424.
HSL color Cylindrical-coordinate representation of color #20C0D7: hue angle of 187.54º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20C0D7 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 192 | 215 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.16 |
| HSL | 187.54º | 0.74% | 0.48% | - |
| HSV(B) | 187.54º | 0.85% | 0.84% | - |
| XYZ | 31.71 | 42.91 | 70.9 | - |
| YUV | 146.78 | 166.49 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 215 | 0.85 | 0.11 | 0 | 0.16 | 187.54 | 0.74 | 0.48 |
| Hex | 20 | C0 | D7 | 55 | B | 0 | 10 | BC | 4A | 30 |
| Octal | 40 | 300 | 327 | 125 | 13 | 0 | 20 | 274 | 112 | 60 |
| Binary | 100000 | 11000000 | 11010111 | 1010101 | 1011 | 0 | 10000 | 10111100 | 1001010 | 110000 |
Color Harmonies of #20C0D7
Complementary color
Monochromatic Colors of #20C0D7
Black with #20C0D7
Text Example
Text Example
White with #20C0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0D7; }
p { color: rgb(32,192,215); }
H1.HeaderClassName
{
color: #20C0D7;
}
.AnyTagClassName
{
color: #20C0D7;
}
</style>
background-color css
<style>
a { background-color: #20C0D7; }
a { background-color: rgb(32,192,215); }
div.DivClassName
{
background-color: #20C0D7;
}
.BgClassName
{
background-color: #20C0D7;
}
</style>
border-color css
<style>
span { border-color: #20C0D7; }
span { border-color: rgb(32,192,215); }
td.TdClassName
{
border-color: #20C0D7;
}
.TagClassName
{
border-color: #20C0D7;
}
</style>