Shades of Summer Sky #20BBEC
Tints of Summer Sky #20BBEC
RGB
CMYK
RGB Variations
Color information
#20BBEC (or 0x20BBEC) is known color: Summer Sky. HEX triplet: 20, BB and EC. RGB value is (32,187,236). Sum of RGB (Red+Green+Blue) = 32+187+236=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #20BBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BBEC is #DF4413. Grayscale: #919191. Windows color (decimal): -14631956 or 15514400. OLE color: 15514400.
HSL color Cylindrical-coordinate representation of color #20BBEC: hue angle of 194.41º 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 #20BBEC is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 187 | 236 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.07 |
| HSL | 194.41º | 0.84% | 0.53% | - |
| HSV(B) | 194.41º | 0.86% | 0.93% | - |
| XYZ | 33.51 | 41.9 | 85.68 | - |
| YUV | 146.24 | 178.65 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 187 | 236 | 0.86 | 0.21 | 0 | 0.07 | 194.41 | 0.84 | 0.53 |
| Hex | 20 | BB | EC | 56 | 15 | 0 | 7 | C2 | 54 | 35 |
| Octal | 40 | 273 | 354 | 126 | 25 | 0 | 7 | 302 | 124 | 65 |
| Binary | 100000 | 10111011 | 11101100 | 1010110 | 10101 | 0 | 111 | 11000010 | 1010100 | 110101 |
Color Harmonies of #20BBEC
Complementary color
Monochromatic Colors of #20BBEC
Black with #20BBEC
Text Example
Text Example
White with #20BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BBEC; }
p { color: rgb(32,187,236); }
H1.HeaderClassName
{
color: #20BBEC;
}
.AnyTagClassName
{
color: #20BBEC;
}
</style>
background-color css
<style>
a { background-color: #20BBEC; }
a { background-color: rgb(32,187,236); }
div.DivClassName
{
background-color: #20BBEC;
}
.BgClassName
{
background-color: #20BBEC;
}
</style>
border-color css
<style>
span { border-color: #20BBEC; }
span { border-color: rgb(32,187,236); }
td.TdClassName
{
border-color: #20BBEC;
}
.TagClassName
{
border-color: #20BBEC;
}
</style>