Shades of Summer Sky #20ABD2
Tints of Summer Sky #20ABD2
RGB
CMYK
RGB Variations
Color information
#20ABD2 (or 0x20ABD2) is known color: Summer Sky. HEX triplet: 20, AB and D2. RGB value is (32,171,210). Sum of RGB (Red+Green+Blue) = 32+171+210=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #20ABD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABD2 is #DF542D. Grayscale: #858585. Windows color (decimal): -14636078 or 13806368. OLE color: 13806368.
HSL color Cylindrical-coordinate representation of color #20ABD2: hue angle of 193.15º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20ABD2 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 171 | 210 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.18 |
| HSL | 193.15º | 0.74% | 0.47% | - |
| HSV(B) | 193.15º | 0.85% | 0.82% | - |
| XYZ | 26.79 | 34.09 | 66.14 | - |
| YUV | 133.89 | 170.95 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 210 | 0.85 | 0.19 | 0 | 0.18 | 193.15 | 0.74 | 0.47 |
| Hex | 20 | AB | D2 | 55 | 13 | 0 | 12 | C1 | 4A | 2F |
| Octal | 40 | 253 | 322 | 125 | 23 | 0 | 22 | 301 | 112 | 57 |
| Binary | 100000 | 10101011 | 11010010 | 1010101 | 10011 | 0 | 10010 | 11000001 | 1001010 | 101111 |
Color Harmonies of #20ABD2
Complementary color
Monochromatic Colors of #20ABD2
Black with #20ABD2
Text Example
Text Example
White with #20ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABD2; }
p { color: rgb(32,171,210); }
H1.HeaderClassName
{
color: #20ABD2;
}
.AnyTagClassName
{
color: #20ABD2;
}
</style>
background-color css
<style>
a { background-color: #20ABD2; }
a { background-color: rgb(32,171,210); }
div.DivClassName
{
background-color: #20ABD2;
}
.BgClassName
{
background-color: #20ABD2;
}
</style>
border-color css
<style>
span { border-color: #20ABD2; }
span { border-color: rgb(32,171,210); }
td.TdClassName
{
border-color: #20ABD2;
}
.TagClassName
{
border-color: #20ABD2;
}
</style>