Shades of Summer Sky #20C5EC
Tints of Summer Sky #20C5EC
RGB
CMYK
RGB Variations
Color information
#20C5EC (or 0x20C5EC) is known color: Summer Sky. HEX triplet: 20, C5 and EC. RGB value is (32,197,236). Sum of RGB (Red+Green+Blue) = 32+197+236=465 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.88% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #20C5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C5EC is #DF3A13. Grayscale: #979797. Windows color (decimal): -14629396 or 15516960. OLE color: 15516960.
HSL color Cylindrical-coordinate representation of color #20C5EC: hue angle of 191.47º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20C5EC is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 197 | 236 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.07 |
| HSL | 191.47º | 0.84% | 0.53% | - |
| HSV(B) | 191.47º | 0.86% | 0.93% | - |
| XYZ | 35.7 | 46.3 | 86.41 | - |
| YUV | 152.11 | 175.34 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 236 | 0.86 | 0.17 | 0 | 0.07 | 191.47 | 0.84 | 0.53 |
| Hex | 20 | C5 | EC | 56 | 11 | 0 | 7 | BF | 54 | 35 |
| Octal | 40 | 305 | 354 | 126 | 21 | 0 | 7 | 277 | 124 | 65 |
| Binary | 100000 | 11000101 | 11101100 | 1010110 | 10001 | 0 | 111 | 10111111 | 1010100 | 110101 |
Color Harmonies of #20C5EC
Complementary color
Monochromatic Colors of #20C5EC
Black with #20C5EC
Text Example
Text Example
White with #20C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C5EC; }
p { color: rgb(32,197,236); }
H1.HeaderClassName
{
color: #20C5EC;
}
.AnyTagClassName
{
color: #20C5EC;
}
</style>
background-color css
<style>
a { background-color: #20C5EC; }
a { background-color: rgb(32,197,236); }
div.DivClassName
{
background-color: #20C5EC;
}
.BgClassName
{
background-color: #20C5EC;
}
</style>
border-color css
<style>
span { border-color: #20C5EC; }
span { border-color: rgb(32,197,236); }
td.TdClassName
{
border-color: #20C5EC;
}
.TagClassName
{
border-color: #20C5EC;
}
</style>