Shades of Summer Sky #20ABEB
Tints of Summer Sky #20ABEB
RGB
CMYK
RGB Variations
Color information
#20ABEB (or 0x20ABEB) is known color: Summer Sky. HEX triplet: 20, AB and EB. RGB value is (32,171,235). Sum of RGB (Red+Green+Blue) = 32+171+235=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #20ABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ABEB is #DF5414. Grayscale: #888888. Windows color (decimal): -14636053 or 15444768. OLE color: 15444768.
HSL color Cylindrical-coordinate representation of color #20ABEB: hue angle of 198.92º degrees, saturation: 0.84, 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 #20ABEB is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 171 | 235 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.08 |
| HSL | 198.92º | 0.84% | 0.52% | - |
| HSV(B) | 198.92º | 0.86% | 0.92% | - |
| XYZ | 30.15 | 35.43 | 83.85 | - |
| YUV | 136.74 | 183.45 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 235 | 0.86 | 0.27 | 0 | 0.08 | 198.92 | 0.84 | 0.52 |
| Hex | 20 | AB | EB | 56 | 1B | 0 | 8 | C7 | 54 | 34 |
| Octal | 40 | 253 | 353 | 126 | 33 | 0 | 10 | 307 | 124 | 64 |
| Binary | 100000 | 10101011 | 11101011 | 1010110 | 11011 | 0 | 1000 | 11000111 | 1010100 | 110100 |
Color Harmonies of #20ABEB
Complementary color
Monochromatic Colors of #20ABEB
Black with #20ABEB
Text Example
Text Example
White with #20ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABEB; }
p { color: rgb(32,171,235); }
H1.HeaderClassName
{
color: #20ABEB;
}
.AnyTagClassName
{
color: #20ABEB;
}
</style>
background-color css
<style>
a { background-color: #20ABEB; }
a { background-color: rgb(32,171,235); }
div.DivClassName
{
background-color: #20ABEB;
}
.BgClassName
{
background-color: #20ABEB;
}
</style>
border-color css
<style>
span { border-color: #20ABEB; }
span { border-color: rgb(32,171,235); }
td.TdClassName
{
border-color: #20ABEB;
}
.TagClassName
{
border-color: #20ABEB;
}
</style>