Shades of Summer Sky #20ABE7
Tints of Summer Sky #20ABE7
RGB
CMYK
RGB Variations
Color information
#20ABE7 (or 0x20ABE7) is known color: Summer Sky. HEX triplet: 20, AB and E7. RGB value is (32,171,231). Sum of RGB (Red+Green+Blue) = 32+171+231=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #20ABE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ABE7 is #DF5418. Grayscale: #878787. Windows color (decimal): -14636057 or 15182624. OLE color: 15182624.
HSL color Cylindrical-coordinate representation of color #20ABE7: hue angle of 198.09º 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 #20ABE7 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 171 | 231 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.09 |
| HSL | 198.09º | 0.81% | 0.52% | - |
| HSV(B) | 198.09º | 0.86% | 0.91% | - |
| XYZ | 29.58 | 35.2 | 80.84 | - |
| YUV | 136.28 | 181.45 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 231 | 0.86 | 0.26 | 0 | 0.09 | 198.09 | 0.81 | 0.52 |
| Hex | 20 | AB | E7 | 56 | 1A | 0 | 9 | C6 | 51 | 34 |
| Octal | 40 | 253 | 347 | 126 | 32 | 0 | 11 | 306 | 121 | 64 |
| Binary | 100000 | 10101011 | 11100111 | 1010110 | 11010 | 0 | 1001 | 11000110 | 1010001 | 110100 |
Color Harmonies of #20ABE7
Complementary color
Monochromatic Colors of #20ABE7
Black with #20ABE7
Text Example
Text Example
White with #20ABE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABE7; }
p { color: rgb(32,171,231); }
H1.HeaderClassName
{
color: #20ABE7;
}
.AnyTagClassName
{
color: #20ABE7;
}
</style>
background-color css
<style>
a { background-color: #20ABE7; }
a { background-color: rgb(32,171,231); }
div.DivClassName
{
background-color: #20ABE7;
}
.BgClassName
{
background-color: #20ABE7;
}
</style>
border-color css
<style>
span { border-color: #20ABE7; }
span { border-color: rgb(32,171,231); }
td.TdClassName
{
border-color: #20ABE7;
}
.TagClassName
{
border-color: #20ABE7;
}
</style>