Shades of Summer Sky #20BCE0
Tints of Summer Sky #20BCE0
RGB
CMYK
RGB Variations
Color information
#20BCE0 (or 0x20BCE0) is known color: Summer Sky. HEX triplet: 20, BC and E0. RGB value is (32,188,224). Sum of RGB (Red+Green+Blue) = 32+188+224=444 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.21% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #20BCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCE0 is #DF431F. Grayscale: #919191. Windows color (decimal): -14631712 or 14728224. OLE color: 14728224.
HSL color Cylindrical-coordinate representation of color #20BCE0: hue angle of 191.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BCE0 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 188 | 224 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.12 |
| HSL | 191.25º | 0.76% | 0.5% | - |
| HSV(B) | 191.25º | 0.86% | 0.88% | - |
| XYZ | 32.03 | 41.66 | 76.87 | - |
| YUV | 145.46 | 172.32 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 224 | 0.86 | 0.16 | 0 | 0.12 | 191.25 | 0.76 | 0.5 |
| Hex | 20 | BC | E0 | 56 | 10 | 0 | C | BF | 4C | 32 |
| Octal | 40 | 274 | 340 | 126 | 20 | 0 | 14 | 277 | 114 | 62 |
| Binary | 100000 | 10111100 | 11100000 | 1010110 | 10000 | 0 | 1100 | 10111111 | 1001100 | 110010 |
Color Harmonies of #20BCE0
Complementary color
Monochromatic Colors of #20BCE0
Black with #20BCE0
Text Example
Text Example
White with #20BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCE0; }
p { color: rgb(32,188,224); }
H1.HeaderClassName
{
color: #20BCE0;
}
.AnyTagClassName
{
color: #20BCE0;
}
</style>
background-color css
<style>
a { background-color: #20BCE0; }
a { background-color: rgb(32,188,224); }
div.DivClassName
{
background-color: #20BCE0;
}
.BgClassName
{
background-color: #20BCE0;
}
</style>
border-color css
<style>
span { border-color: #20BCE0; }
span { border-color: rgb(32,188,224); }
td.TdClassName
{
border-color: #20BCE0;
}
.TagClassName
{
border-color: #20BCE0;
}
</style>