Shades of Summer Sky #20ABEA
Tints of Summer Sky #20ABEA
RGB
CMYK
RGB Variations
Color information
#20ABEA (or 0x20ABEA) is known color: Summer Sky. HEX triplet: 20, AB and EA. RGB value is (32,171,234). Sum of RGB (Red+Green+Blue) = 32+171+234=437 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.32% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #20ABEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ABEA is #DF5415. Grayscale: #888888. Windows color (decimal): -14636054 or 15379232. OLE color: 15379232.
HSL color Cylindrical-coordinate representation of color #20ABEA: hue angle of 198.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ABEA is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 171 | 234 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.08 |
| HSL | 198.71º | 0.83% | 0.52% | - |
| HSV(B) | 198.71º | 0.86% | 0.92% | - |
| XYZ | 30.01 | 35.37 | 83.09 | - |
| YUV | 136.62 | 182.95 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 234 | 0.86 | 0.27 | 0 | 0.08 | 198.71 | 0.83 | 0.52 |
| Hex | 20 | AB | EA | 56 | 1B | 0 | 8 | C7 | 53 | 34 |
| Octal | 40 | 253 | 352 | 126 | 33 | 0 | 10 | 307 | 123 | 64 |
| Binary | 100000 | 10101011 | 11101010 | 1010110 | 11011 | 0 | 1000 | 11000111 | 1010011 | 110100 |
Color Harmonies of #20ABEA
Complementary color
Monochromatic Colors of #20ABEA
Black with #20ABEA
Text Example
Text Example
White with #20ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABEA; }
p { color: rgb(32,171,234); }
H1.HeaderClassName
{
color: #20ABEA;
}
.AnyTagClassName
{
color: #20ABEA;
}
</style>
background-color css
<style>
a { background-color: #20ABEA; }
a { background-color: rgb(32,171,234); }
div.DivClassName
{
background-color: #20ABEA;
}
.BgClassName
{
background-color: #20ABEA;
}
</style>
border-color css
<style>
span { border-color: #20ABEA; }
span { border-color: rgb(32,171,234); }
td.TdClassName
{
border-color: #20ABEA;
}
.TagClassName
{
border-color: #20ABEA;
}
</style>