Shades of Summer Sky #20BCEC
Tints of Summer Sky #20BCEC
RGB
CMYK
RGB Variations
Color information
#20BCEC (or 0x20BCEC) is known color: Summer Sky. HEX triplet: 20, BC and EC. RGB value is (32,188,236). Sum of RGB (Red+Green+Blue) = 32+188+236=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #20BCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BCEC is #DF4313. Grayscale: #929292. Windows color (decimal): -14631700 or 15514656. OLE color: 15514656.
HSL color Cylindrical-coordinate representation of color #20BCEC: hue angle of 194.12º 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 #20BCEC is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 188 | 236 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.07 |
| HSL | 194.12º | 0.84% | 0.53% | - |
| HSV(B) | 194.12º | 0.86% | 0.93% | - |
| XYZ | 33.72 | 42.33 | 85.75 | - |
| YUV | 146.83 | 178.32 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 236 | 0.86 | 0.20 | 0 | 0.07 | 194.12 | 0.84 | 0.53 |
| Hex | 20 | BC | EC | 56 | 14 | 0 | 7 | C2 | 54 | 35 |
| Octal | 40 | 274 | 354 | 126 | 24 | 0 | 7 | 302 | 124 | 65 |
| Binary | 100000 | 10111100 | 11101100 | 1010110 | 10100 | 0 | 111 | 11000010 | 1010100 | 110101 |
Color Harmonies of #20BCEC
Complementary color
Monochromatic Colors of #20BCEC
Black with #20BCEC
Text Example
Text Example
White with #20BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCEC; }
p { color: rgb(32,188,236); }
H1.HeaderClassName
{
color: #20BCEC;
}
.AnyTagClassName
{
color: #20BCEC;
}
</style>
background-color css
<style>
a { background-color: #20BCEC; }
a { background-color: rgb(32,188,236); }
div.DivClassName
{
background-color: #20BCEC;
}
.BgClassName
{
background-color: #20BCEC;
}
</style>
border-color css
<style>
span { border-color: #20BCEC; }
span { border-color: rgb(32,188,236); }
td.TdClassName
{
border-color: #20BCEC;
}
.TagClassName
{
border-color: #20BCEC;
}
</style>