Shades of Summer Sky #20ADCE
Tints of Summer Sky #20ADCE
RGB
CMYK
RGB Variations
Color information
#20ADCE (or 0x20ADCE) is known color: Summer Sky. HEX triplet: 20, AD and CE. RGB value is (32,173,206). Sum of RGB (Red+Green+Blue) = 32+173+206=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #20ADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADCE is #DF5231. Grayscale: #868686. Windows color (decimal): -14635570 or 13544736. OLE color: 13544736.
HSL color Cylindrical-coordinate representation of color #20ADCE: hue angle of 191.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20ADCE is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 173 | 206 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.19 |
| HSL | 191.38º | 0.73% | 0.47% | - |
| HSV(B) | 191.38º | 0.84% | 0.81% | - |
| XYZ | 26.68 | 34.65 | 63.67 | - |
| YUV | 134.6 | 168.29 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 206 | 0.84 | 0.16 | 0 | 0.19 | 191.38 | 0.73 | 0.47 |
| Hex | 20 | AD | CE | 54 | 10 | 0 | 13 | BF | 49 | 2F |
| Octal | 40 | 255 | 316 | 124 | 20 | 0 | 23 | 277 | 111 | 57 |
| Binary | 100000 | 10101101 | 11001110 | 1010100 | 10000 | 0 | 10011 | 10111111 | 1001001 | 101111 |
Color Harmonies of #20ADCE
Complementary color
Monochromatic Colors of #20ADCE
Black with #20ADCE
Text Example
Text Example
White with #20ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADCE; }
p { color: rgb(32,173,206); }
H1.HeaderClassName
{
color: #20ADCE;
}
.AnyTagClassName
{
color: #20ADCE;
}
</style>
background-color css
<style>
a { background-color: #20ADCE; }
a { background-color: rgb(32,173,206); }
div.DivClassName
{
background-color: #20ADCE;
}
.BgClassName
{
background-color: #20ADCE;
}
</style>
border-color css
<style>
span { border-color: #20ADCE; }
span { border-color: rgb(32,173,206); }
td.TdClassName
{
border-color: #20ADCE;
}
.TagClassName
{
border-color: #20ADCE;
}
</style>