Shades of Summer Sky #20C1EC
Tints of Summer Sky #20C1EC
RGB
CMYK
RGB Variations
Color information
#20C1EC (or 0x20C1EC) is known color: Summer Sky. HEX triplet: 20, C1 and EC. RGB value is (32,193,236). Sum of RGB (Red+Green+Blue) = 32+193+236=461 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.94% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #20C1EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C1EC is #DF3E13. Grayscale: #959595. Windows color (decimal): -14630420 or 15515936. OLE color: 15515936.
HSL color Cylindrical-coordinate representation of color #20C1EC: hue angle of 192.65º 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 #20C1EC is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 193 | 236 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.07 |
| HSL | 192.65º | 0.84% | 0.53% | - |
| HSV(B) | 192.65º | 0.86% | 0.93% | - |
| XYZ | 34.81 | 44.5 | 86.11 | - |
| YUV | 149.76 | 176.66 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 236 | 0.86 | 0.18 | 0 | 0.07 | 192.65 | 0.84 | 0.53 |
| Hex | 20 | C1 | EC | 56 | 12 | 0 | 7 | C1 | 54 | 35 |
| Octal | 40 | 301 | 354 | 126 | 22 | 0 | 7 | 301 | 124 | 65 |
| Binary | 100000 | 11000001 | 11101100 | 1010110 | 10010 | 0 | 111 | 11000001 | 1010100 | 110101 |
Color Harmonies of #20C1EC
Complementary color
Monochromatic Colors of #20C1EC
Black with #20C1EC
Text Example
Text Example
White with #20C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C1EC; }
p { color: rgb(32,193,236); }
H1.HeaderClassName
{
color: #20C1EC;
}
.AnyTagClassName
{
color: #20C1EC;
}
</style>
background-color css
<style>
a { background-color: #20C1EC; }
a { background-color: rgb(32,193,236); }
div.DivClassName
{
background-color: #20C1EC;
}
.BgClassName
{
background-color: #20C1EC;
}
</style>
border-color css
<style>
span { border-color: #20C1EC; }
span { border-color: rgb(32,193,236); }
td.TdClassName
{
border-color: #20C1EC;
}
.TagClassName
{
border-color: #20C1EC;
}
</style>