Shades of Summer Sky #20BAE8
Tints of Summer Sky #20BAE8
RGB
CMYK
RGB Variations
Color information
#20BAE8 (or 0x20BAE8) is known color: Summer Sky. HEX triplet: 20, BA and E8. RGB value is (32,186,232). Sum of RGB (Red+Green+Blue) = 32+186+232=450 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.11% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 232 (91.02% from 255 or 51.56% from 450); Max value from RGB is 232 - color contains mainly: blue. Hex color #20BAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BAE8 is #DF4517. Grayscale: #909090. Windows color (decimal): -14632216 or 15252000. OLE color: 15252000.
HSL color Cylindrical-coordinate representation of color #20BAE8: hue angle of 193.8º 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 #20BAE8 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 186 | 232 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.09 |
| HSL | 193.8º | 0.81% | 0.52% | - |
| HSV(B) | 193.8º | 0.86% | 0.91% | - |
| XYZ | 32.72 | 41.25 | 82.58 | - |
| YUV | 145.2 | 176.98 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 232 | 0.86 | 0.20 | 0 | 0.09 | 193.8 | 0.81 | 0.52 |
| Hex | 20 | BA | E8 | 56 | 14 | 0 | 9 | C2 | 51 | 34 |
| Octal | 40 | 272 | 350 | 126 | 24 | 0 | 11 | 302 | 121 | 64 |
| Binary | 100000 | 10111010 | 11101000 | 1010110 | 10100 | 0 | 1001 | 11000010 | 1010001 | 110100 |
Color Harmonies of #20BAE8
Complementary color
Monochromatic Colors of #20BAE8
Black with #20BAE8
Text Example
Text Example
White with #20BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAE8; }
p { color: rgb(32,186,232); }
H1.HeaderClassName
{
color: #20BAE8;
}
.AnyTagClassName
{
color: #20BAE8;
}
</style>
background-color css
<style>
a { background-color: #20BAE8; }
a { background-color: rgb(32,186,232); }
div.DivClassName
{
background-color: #20BAE8;
}
.BgClassName
{
background-color: #20BAE8;
}
</style>
border-color css
<style>
span { border-color: #20BAE8; }
span { border-color: rgb(32,186,232); }
td.TdClassName
{
border-color: #20BAE8;
}
.TagClassName
{
border-color: #20BAE8;
}
</style>