Shades of Summer Sky #20BCEB
Tints of Summer Sky #20BCEB
RGB
CMYK
RGB Variations
Color information
#20BCEB (or 0x20BCEB) is known color: Summer Sky. HEX triplet: 20, BC and EB. RGB value is (32,188,235). Sum of RGB (Red+Green+Blue) = 32+188+235=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #20BCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BCEB is #DF4314. Grayscale: #929292. Windows color (decimal): -14631701 or 15449120. OLE color: 15449120.
HSL color Cylindrical-coordinate representation of color #20BCEB: hue angle of 193.89º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BCEB is Cyan = 0.86, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 188 | 235 | - |
| CMYK | 0.86 | 0.2 | 0 | 0.08 |
| HSL | 193.89º | 0.84% | 0.52% | - |
| HSV(B) | 193.89º | 0.86% | 0.92% | - |
| XYZ | 33.57 | 42.27 | 84.99 | - |
| YUV | 146.71 | 177.82 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 235 | 0.86 | 0.2 | 0 | 0.08 | 193.89 | 0.84 | 0.52 |
| Hex | 20 | BC | EB | 56 | 14 | 0 | 8 | C2 | 54 | 34 |
| Octal | 40 | 274 | 353 | 126 | 24 | 0 | 10 | 302 | 124 | 64 |
| Binary | 100000 | 10111100 | 11101011 | 1010110 | 10100 | 0 | 1000 | 11000010 | 1010100 | 110100 |
Color Harmonies of #20BCEB
Complementary color
Monochromatic Colors of #20BCEB
Black with #20BCEB
Text Example
Text Example
White with #20BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCEB; }
p { color: rgb(32,188,235); }
H1.HeaderClassName
{
color: #20BCEB;
}
.AnyTagClassName
{
color: #20BCEB;
}
</style>
background-color css
<style>
a { background-color: #20BCEB; }
a { background-color: rgb(32,188,235); }
div.DivClassName
{
background-color: #20BCEB;
}
.BgClassName
{
background-color: #20BCEB;
}
</style>
border-color css
<style>
span { border-color: #20BCEB; }
span { border-color: rgb(32,188,235); }
td.TdClassName
{
border-color: #20BCEB;
}
.TagClassName
{
border-color: #20BCEB;
}
</style>