Shades of Summer Sky #20ABE2
Tints of Summer Sky #20ABE2
RGB
CMYK
RGB Variations
Color information
#20ABE2 (or 0x20ABE2) is known color: Summer Sky. HEX triplet: 20, AB and E2. RGB value is (32,171,226). Sum of RGB (Red+Green+Blue) = 32+171+226=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 226 (88.67% from 255 or 52.68% from 429); Max value from RGB is 226 - color contains mainly: blue. Hex color #20ABE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABE2 is #DF541D. Grayscale: #878787. Windows color (decimal): -14636062 or 14854944. OLE color: 14854944.
HSL color Cylindrical-coordinate representation of color #20ABE2: hue angle of 197.01º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ABE2 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 171 | 226 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.11 |
| HSL | 197.01º | 0.77% | 0.51% | - |
| HSV(B) | 197.01º | 0.86% | 0.89% | - |
| XYZ | 28.89 | 34.92 | 77.17 | - |
| YUV | 135.71 | 178.95 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 226 | 0.86 | 0.24 | 0 | 0.11 | 197.01 | 0.77 | 0.51 |
| Hex | 20 | AB | E2 | 56 | 18 | 0 | B | C5 | 4D | 33 |
| Octal | 40 | 253 | 342 | 126 | 30 | 0 | 13 | 305 | 115 | 63 |
| Binary | 100000 | 10101011 | 11100010 | 1010110 | 11000 | 0 | 1011 | 11000101 | 1001101 | 110011 |
Color Harmonies of #20ABE2
Complementary color
Monochromatic Colors of #20ABE2
Black with #20ABE2
Text Example
Text Example
White with #20ABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABE2; }
p { color: rgb(32,171,226); }
H1.HeaderClassName
{
color: #20ABE2;
}
.AnyTagClassName
{
color: #20ABE2;
}
</style>
background-color css
<style>
a { background-color: #20ABE2; }
a { background-color: rgb(32,171,226); }
div.DivClassName
{
background-color: #20ABE2;
}
.BgClassName
{
background-color: #20ABE2;
}
</style>
border-color css
<style>
span { border-color: #20ABE2; }
span { border-color: rgb(32,171,226); }
td.TdClassName
{
border-color: #20ABE2;
}
.TagClassName
{
border-color: #20ABE2;
}
</style>