Shades of Summer Sky #20BCE7
Tints of Summer Sky #20BCE7
RGB
CMYK
RGB Variations
Color information
#20BCE7 (or 0x20BCE7) is known color: Summer Sky. HEX triplet: 20, BC and E7. RGB value is (32,188,231). Sum of RGB (Red+Green+Blue) = 32+188+231=451 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.10% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 231 (90.62% from 255 or 51.22% from 451); Max value from RGB is 231 - color contains mainly: blue. Hex color #20BCE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BCE7 is #DF4318. Grayscale: #919191. Windows color (decimal): -14631705 or 15186976. OLE color: 15186976.
HSL color Cylindrical-coordinate representation of color #20BCE7: hue angle of 192.96º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BCE7 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 188 | 231 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.09 |
| HSL | 192.96º | 0.81% | 0.52% | - |
| HSV(B) | 192.96º | 0.86% | 0.91% | - |
| XYZ | 33 | 42.04 | 81.98 | - |
| YUV | 146.26 | 175.82 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 231 | 0.86 | 0.19 | 0 | 0.09 | 192.96 | 0.81 | 0.52 |
| Hex | 20 | BC | E7 | 56 | 13 | 0 | 9 | C1 | 51 | 34 |
| Octal | 40 | 274 | 347 | 126 | 23 | 0 | 11 | 301 | 121 | 64 |
| Binary | 100000 | 10111100 | 11100111 | 1010110 | 10011 | 0 | 1001 | 11000001 | 1010001 | 110100 |
Color Harmonies of #20BCE7
Complementary color
Monochromatic Colors of #20BCE7
Black with #20BCE7
Text Example
Text Example
White with #20BCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCE7; }
p { color: rgb(32,188,231); }
H1.HeaderClassName
{
color: #20BCE7;
}
.AnyTagClassName
{
color: #20BCE7;
}
</style>
background-color css
<style>
a { background-color: #20BCE7; }
a { background-color: rgb(32,188,231); }
div.DivClassName
{
background-color: #20BCE7;
}
.BgClassName
{
background-color: #20BCE7;
}
</style>
border-color css
<style>
span { border-color: #20BCE7; }
span { border-color: rgb(32,188,231); }
td.TdClassName
{
border-color: #20BCE7;
}
.TagClassName
{
border-color: #20BCE7;
}
</style>