Shades of Summer Sky #20ABCD
Tints of Summer Sky #20ABCD
RGB
CMYK
RGB Variations
Color information
#20ABCD (or 0x20ABCD) is known color: Summer Sky. HEX triplet: 20, AB and CD. RGB value is (32,171,205). Sum of RGB (Red+Green+Blue) = 32+171+205=408 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.84% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #20ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABCD is #DF5432. Grayscale: #858585. Windows color (decimal): -14636083 or 13478688. OLE color: 13478688.
HSL color Cylindrical-coordinate representation of color #20ABCD: hue angle of 191.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20ABCD is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 171 | 205 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.20 |
| HSL | 191.79º | 0.73% | 0.46% | - |
| HSV(B) | 191.79º | 0.84% | 0.8% | - |
| XYZ | 26.18 | 33.84 | 62.91 | - |
| YUV | 133.32 | 168.45 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 205 | 0.84 | 0.17 | 0 | 0.20 | 191.79 | 0.73 | 0.46 |
| Hex | 20 | AB | CD | 54 | 11 | 0 | 14 | C0 | 49 | 2E |
| Octal | 40 | 253 | 315 | 124 | 21 | 0 | 24 | 300 | 111 | 56 |
| Binary | 100000 | 10101011 | 11001101 | 1010100 | 10001 | 0 | 10100 | 11000000 | 1001001 | 101110 |
Color Harmonies of #20ABCD
Complementary color
Monochromatic Colors of #20ABCD
Black with #20ABCD
Text Example
Text Example
White with #20ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABCD; }
p { color: rgb(32,171,205); }
H1.HeaderClassName
{
color: #20ABCD;
}
.AnyTagClassName
{
color: #20ABCD;
}
</style>
background-color css
<style>
a { background-color: #20ABCD; }
a { background-color: rgb(32,171,205); }
div.DivClassName
{
background-color: #20ABCD;
}
.BgClassName
{
background-color: #20ABCD;
}
</style>
border-color css
<style>
span { border-color: #20ABCD; }
span { border-color: rgb(32,171,205); }
td.TdClassName
{
border-color: #20ABCD;
}
.TagClassName
{
border-color: #20ABCD;
}
</style>