Shades of Summer Sky #20ADE7
Tints of Summer Sky #20ADE7
RGB
CMYK
RGB Variations
Color information
#20ADE7 (or 0x20ADE7) is known color: Summer Sky. HEX triplet: 20, AD and E7. RGB value is (32,173,231). Sum of RGB (Red+Green+Blue) = 32+173+231=436 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.34% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #20ADE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ADE7 is #DF5218. Grayscale: #898989. Windows color (decimal): -14635545 or 15183136. OLE color: 15183136.
HSL color Cylindrical-coordinate representation of color #20ADE7: hue angle of 197.49º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ADE7 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 173 | 231 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.09 |
| HSL | 197.49º | 0.81% | 0.52% | - |
| HSV(B) | 197.49º | 0.86% | 0.91% | - |
| XYZ | 29.96 | 35.96 | 80.96 | - |
| YUV | 137.45 | 180.79 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 231 | 0.86 | 0.25 | 0 | 0.09 | 197.49 | 0.81 | 0.52 |
| Hex | 20 | AD | E7 | 56 | 19 | 0 | 9 | C5 | 51 | 34 |
| Octal | 40 | 255 | 347 | 126 | 31 | 0 | 11 | 305 | 121 | 64 |
| Binary | 100000 | 10101101 | 11100111 | 1010110 | 11001 | 0 | 1001 | 11000101 | 1010001 | 110100 |
Color Harmonies of #20ADE7
Complementary color
Monochromatic Colors of #20ADE7
Black with #20ADE7
Text Example
Text Example
White with #20ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADE7; }
p { color: rgb(32,173,231); }
H1.HeaderClassName
{
color: #20ADE7;
}
.AnyTagClassName
{
color: #20ADE7;
}
</style>
background-color css
<style>
a { background-color: #20ADE7; }
a { background-color: rgb(32,173,231); }
div.DivClassName
{
background-color: #20ADE7;
}
.BgClassName
{
background-color: #20ADE7;
}
</style>
border-color css
<style>
span { border-color: #20ADE7; }
span { border-color: rgb(32,173,231); }
td.TdClassName
{
border-color: #20ADE7;
}
.TagClassName
{
border-color: #20ADE7;
}
</style>