Shades of Summer Sky #20BAE7
Tints of Summer Sky #20BAE7
RGB
CMYK
RGB Variations
Color information
#20BAE7 (or 0x20BAE7) is known color: Summer Sky. HEX triplet: 20, BA and E7. RGB value is (32,186,231). Sum of RGB (Red+Green+Blue) = 32+186+231=449 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.13% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #20BAE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BAE7 is #DF4518. Grayscale: #909090. Windows color (decimal): -14632217 or 15186464. OLE color: 15186464.
HSL color Cylindrical-coordinate representation of color #20BAE7: hue angle of 193.57º 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 #20BAE7 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 186 | 231 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.09 |
| HSL | 193.57º | 0.81% | 0.52% | - |
| HSV(B) | 193.57º | 0.86% | 0.91% | - |
| XYZ | 32.58 | 41.19 | 81.84 | - |
| YUV | 145.08 | 176.48 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 231 | 0.86 | 0.19 | 0 | 0.09 | 193.57 | 0.81 | 0.52 |
| Hex | 20 | BA | E7 | 56 | 13 | 0 | 9 | C2 | 51 | 34 |
| Octal | 40 | 272 | 347 | 126 | 23 | 0 | 11 | 302 | 121 | 64 |
| Binary | 100000 | 10111010 | 11100111 | 1010110 | 10011 | 0 | 1001 | 11000010 | 1010001 | 110100 |
Color Harmonies of #20BAE7
Complementary color
Monochromatic Colors of #20BAE7
Black with #20BAE7
Text Example
Text Example
White with #20BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAE7; }
p { color: rgb(32,186,231); }
H1.HeaderClassName
{
color: #20BAE7;
}
.AnyTagClassName
{
color: #20BAE7;
}
</style>
background-color css
<style>
a { background-color: #20BAE7; }
a { background-color: rgb(32,186,231); }
div.DivClassName
{
background-color: #20BAE7;
}
.BgClassName
{
background-color: #20BAE7;
}
</style>
border-color css
<style>
span { border-color: #20BAE7; }
span { border-color: rgb(32,186,231); }
td.TdClassName
{
border-color: #20BAE7;
}
.TagClassName
{
border-color: #20BAE7;
}
</style>