Shades of Summer Sky #20BBE0
Tints of Summer Sky #20BBE0
RGB
CMYK
RGB Variations
Color information
#20BBE0 (or 0x20BBE0) is known color: Summer Sky. HEX triplet: 20, BB and E0. RGB value is (32,187,224). Sum of RGB (Red+Green+Blue) = 32+187+224=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #20BBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BBE0 is #DF441F. Grayscale: #909090. Windows color (decimal): -14631968 or 14727968. OLE color: 14727968.
HSL color Cylindrical-coordinate representation of color #20BBE0: hue angle of 191.56º 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 #20BBE0 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 187 | 224 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.12 |
| HSL | 191.56º | 0.76% | 0.5% | - |
| HSV(B) | 191.56º | 0.86% | 0.88% | - |
| XYZ | 31.82 | 41.23 | 76.8 | - |
| YUV | 144.87 | 172.65 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 224 | 0.86 | 0.17 | 0 | 0.12 | 191.56 | 0.76 | 0.5 |
| Hex | 20 | BB | E0 | 56 | 11 | 0 | C | C0 | 4C | 32 |
| Octal | 40 | 273 | 340 | 126 | 21 | 0 | 14 | 300 | 114 | 62 |
| Binary | 100000 | 10111011 | 11100000 | 1010110 | 10001 | 0 | 1100 | 11000000 | 1001100 | 110010 |
Color Harmonies of #20BBE0
Complementary color
Monochromatic Colors of #20BBE0
Black with #20BBE0
Text Example
Text Example
White with #20BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBE0; }
p { color: rgb(32,187,224); }
H1.HeaderClassName
{
color: #20BBE0;
}
.AnyTagClassName
{
color: #20BBE0;
}
</style>
background-color css
<style>
a { background-color: #20BBE0; }
a { background-color: rgb(32,187,224); }
div.DivClassName
{
background-color: #20BBE0;
}
.BgClassName
{
background-color: #20BBE0;
}
</style>
border-color css
<style>
span { border-color: #20BBE0; }
span { border-color: rgb(32,187,224); }
td.TdClassName
{
border-color: #20BBE0;
}
.TagClassName
{
border-color: #20BBE0;
}
</style>