Shades of Summer Sky #20ABDA
Tints of Summer Sky #20ABDA
RGB
CMYK
RGB Variations
Color information
#20ABDA (or 0x20ABDA) is known color: Summer Sky. HEX triplet: 20, AB and DA. RGB value is (32,171,218). Sum of RGB (Red+Green+Blue) = 32+171+218=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #20ABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABDA is #DF5425. Grayscale: #868686. Windows color (decimal): -14636070 or 14330656. OLE color: 14330656.
HSL color Cylindrical-coordinate representation of color #20ABDA: hue angle of 195.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20ABDA is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 171 | 218 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.15 |
| HSL | 195.16º | 0.74% | 0.49% | - |
| HSV(B) | 195.16º | 0.85% | 0.85% | - |
| XYZ | 27.81 | 34.49 | 71.52 | - |
| YUV | 134.8 | 174.95 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 218 | 0.85 | 0.22 | 0 | 0.15 | 195.16 | 0.74 | 0.49 |
| Hex | 20 | AB | DA | 55 | 16 | 0 | F | C3 | 4A | 31 |
| Octal | 40 | 253 | 332 | 125 | 26 | 0 | 17 | 303 | 112 | 61 |
| Binary | 100000 | 10101011 | 11011010 | 1010101 | 10110 | 0 | 1111 | 11000011 | 1001010 | 110001 |
Color Harmonies of #20ABDA
Complementary color
Monochromatic Colors of #20ABDA
Black with #20ABDA
Text Example
Text Example
White with #20ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABDA; }
p { color: rgb(32,171,218); }
H1.HeaderClassName
{
color: #20ABDA;
}
.AnyTagClassName
{
color: #20ABDA;
}
</style>
background-color css
<style>
a { background-color: #20ABDA; }
a { background-color: rgb(32,171,218); }
div.DivClassName
{
background-color: #20ABDA;
}
.BgClassName
{
background-color: #20ABDA;
}
</style>
border-color css
<style>
span { border-color: #20ABDA; }
span { border-color: rgb(32,171,218); }
td.TdClassName
{
border-color: #20ABDA;
}
.TagClassName
{
border-color: #20ABDA;
}
</style>