Shades of Summer Sky #20ABCE
Tints of Summer Sky #20ABCE
RGB
CMYK
RGB Variations
Color information
#20ABCE (or 0x20ABCE) is known color: Summer Sky. HEX triplet: 20, AB and CE. RGB value is (32,171,206). Sum of RGB (Red+Green+Blue) = 32+171+206=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #20ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABCE is #DF5431. Grayscale: #858585. Windows color (decimal): -14636082 or 13544224. OLE color: 13544224.
HSL color Cylindrical-coordinate representation of color #20ABCE: hue angle of 192.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20ABCE is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 171 | 206 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.19 |
| HSL | 192.07º | 0.73% | 0.47% | - |
| HSV(B) | 192.07º | 0.84% | 0.81% | - |
| XYZ | 26.3 | 33.89 | 63.55 | - |
| YUV | 133.43 | 168.95 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 206 | 0.84 | 0.17 | 0 | 0.19 | 192.07 | 0.73 | 0.47 |
| Hex | 20 | AB | CE | 54 | 11 | 0 | 13 | C0 | 49 | 2F |
| Octal | 40 | 253 | 316 | 124 | 21 | 0 | 23 | 300 | 111 | 57 |
| Binary | 100000 | 10101011 | 11001110 | 1010100 | 10001 | 0 | 10011 | 11000000 | 1001001 | 101111 |
Color Harmonies of #20ABCE
Complementary color
Monochromatic Colors of #20ABCE
Black with #20ABCE
Text Example
Text Example
White with #20ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABCE; }
p { color: rgb(32,171,206); }
H1.HeaderClassName
{
color: #20ABCE;
}
.AnyTagClassName
{
color: #20ABCE;
}
</style>
background-color css
<style>
a { background-color: #20ABCE; }
a { background-color: rgb(32,171,206); }
div.DivClassName
{
background-color: #20ABCE;
}
.BgClassName
{
background-color: #20ABCE;
}
</style>
border-color css
<style>
span { border-color: #20ABCE; }
span { border-color: rgb(32,171,206); }
td.TdClassName
{
border-color: #20ABCE;
}
.TagClassName
{
border-color: #20ABCE;
}
</style>