Shades of Summer Sky #20ADE4
Tints of Summer Sky #20ADE4
RGB
CMYK
RGB Variations
Color information
#20ADE4 (or 0x20ADE4) is known color: Summer Sky. HEX triplet: 20, AD and E4. RGB value is (32,173,228). Sum of RGB (Red+Green+Blue) = 32+173+228=433 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.39% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 228 (89.45% from 255 or 52.66% from 433); Max value from RGB is 228 - color contains mainly: blue. Hex color #20ADE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADE4 is #DF521B. Grayscale: #888888. Windows color (decimal): -14635548 or 14986528. OLE color: 14986528.
HSL color Cylindrical-coordinate representation of color #20ADE4: hue angle of 196.84º 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 #20ADE4 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 173 | 228 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.11 |
| HSL | 196.84º | 0.78% | 0.51% | - |
| HSV(B) | 196.84º | 0.86% | 0.89% | - |
| XYZ | 29.54 | 35.8 | 78.75 | - |
| YUV | 137.11 | 179.29 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 228 | 0.86 | 0.24 | 0 | 0.11 | 196.84 | 0.78 | 0.51 |
| Hex | 20 | AD | E4 | 56 | 18 | 0 | B | C5 | 4E | 33 |
| Octal | 40 | 255 | 344 | 126 | 30 | 0 | 13 | 305 | 116 | 63 |
| Binary | 100000 | 10101101 | 11100100 | 1010110 | 11000 | 0 | 1011 | 11000101 | 1001110 | 110011 |
Color Harmonies of #20ADE4
Complementary color
Monochromatic Colors of #20ADE4
Black with #20ADE4
Text Example
Text Example
White with #20ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADE4; }
p { color: rgb(32,173,228); }
H1.HeaderClassName
{
color: #20ADE4;
}
.AnyTagClassName
{
color: #20ADE4;
}
</style>
background-color css
<style>
a { background-color: #20ADE4; }
a { background-color: rgb(32,173,228); }
div.DivClassName
{
background-color: #20ADE4;
}
.BgClassName
{
background-color: #20ADE4;
}
</style>
border-color css
<style>
span { border-color: #20ADE4; }
span { border-color: rgb(32,173,228); }
td.TdClassName
{
border-color: #20ADE4;
}
.TagClassName
{
border-color: #20ADE4;
}
</style>