Shades of Summer Sky #20ADEF
Tints of Summer Sky #20ADEF
RGB
CMYK
RGB Variations
Color information
#20ADEF (or 0x20ADEF) is known color: Summer Sky. HEX triplet: 20, AD and EF. RGB value is (32,173,239). Sum of RGB (Red+Green+Blue) = 32+173+239=444 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.21% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #20ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ADEF is #DF5210. Grayscale: #898989. Windows color (decimal): -14635537 or 15707424. OLE color: 15707424.
HSL color Cylindrical-coordinate representation of color #20ADEF: hue angle of 199.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20ADEF is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 173 | 239 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.06 |
| HSL | 199.13º | 0.87% | 0.53% | - |
| HSV(B) | 199.13º | 0.87% | 0.94% | - |
| XYZ | 31.12 | 36.43 | 87.05 | - |
| YUV | 138.37 | 184.79 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 239 | 0.87 | 0.28 | 0 | 0.06 | 199.13 | 0.87 | 0.53 |
| Hex | 20 | AD | EF | 57 | 1C | 0 | 6 | C7 | 57 | 35 |
| Octal | 40 | 255 | 357 | 127 | 34 | 0 | 6 | 307 | 127 | 65 |
| Binary | 100000 | 10101101 | 11101111 | 1010111 | 11100 | 0 | 110 | 11000111 | 1010111 | 110101 |
Color Harmonies of #20ADEF
Complementary color
Monochromatic Colors of #20ADEF
Black with #20ADEF
Text Example
Text Example
White with #20ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADEF; }
p { color: rgb(32,173,239); }
H1.HeaderClassName
{
color: #20ADEF;
}
.AnyTagClassName
{
color: #20ADEF;
}
</style>
background-color css
<style>
a { background-color: #20ADEF; }
a { background-color: rgb(32,173,239); }
div.DivClassName
{
background-color: #20ADEF;
}
.BgClassName
{
background-color: #20ADEF;
}
</style>
border-color css
<style>
span { border-color: #20ADEF; }
span { border-color: rgb(32,173,239); }
td.TdClassName
{
border-color: #20ADEF;
}
.TagClassName
{
border-color: #20ADEF;
}
</style>