Shades of Summer Sky #20ADE3
Tints of Summer Sky #20ADE3
RGB
CMYK
RGB Variations
Color information
#20ADE3 (or 0x20ADE3) is known color: Summer Sky. HEX triplet: 20, AD and E3. RGB value is (32,173,227). Sum of RGB (Red+Green+Blue) = 32+173+227=432 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.41% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 227 (89.06% from 255 or 52.55% from 432); Max value from RGB is 227 - color contains mainly: blue. Hex color #20ADE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADE3 is #DF521C. Grayscale: #888888. Windows color (decimal): -14635549 or 14920992. OLE color: 14920992.
HSL color Cylindrical-coordinate representation of color #20ADE3: hue angle of 196.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ADE3 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 173 | 227 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.11 |
| HSL | 196.62º | 0.78% | 0.51% | - |
| HSV(B) | 196.62º | 0.86% | 0.89% | - |
| XYZ | 29.4 | 35.74 | 78.02 | - |
| YUV | 137 | 178.79 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 227 | 0.86 | 0.24 | 0 | 0.11 | 196.62 | 0.78 | 0.51 |
| Hex | 20 | AD | E3 | 56 | 18 | 0 | B | C5 | 4E | 33 |
| Octal | 40 | 255 | 343 | 126 | 30 | 0 | 13 | 305 | 116 | 63 |
| Binary | 100000 | 10101101 | 11100011 | 1010110 | 11000 | 0 | 1011 | 11000101 | 1001110 | 110011 |
Color Harmonies of #20ADE3
Complementary color
Monochromatic Colors of #20ADE3
Black with #20ADE3
Text Example
Text Example
White with #20ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADE3; }
p { color: rgb(32,173,227); }
H1.HeaderClassName
{
color: #20ADE3;
}
.AnyTagClassName
{
color: #20ADE3;
}
</style>
background-color css
<style>
a { background-color: #20ADE3; }
a { background-color: rgb(32,173,227); }
div.DivClassName
{
background-color: #20ADE3;
}
.BgClassName
{
background-color: #20ADE3;
}
</style>
border-color css
<style>
span { border-color: #20ADE3; }
span { border-color: rgb(32,173,227); }
td.TdClassName
{
border-color: #20ADE3;
}
.TagClassName
{
border-color: #20ADE3;
}
</style>