Shades of Summer Sky #20A8D7
Tints of Summer Sky #20A8D7
RGB
CMYK
RGB Variations
Color information
#20A8D7 (or 0x20A8D7) is known color: Summer Sky. HEX triplet: 20, A8 and D7. RGB value is (32,168,215). Sum of RGB (Red+Green+Blue) = 32+168+215=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #20A8D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A8D7 is #DF5728. Grayscale: #848484. Windows color (decimal): -14636841 or 14133280. OLE color: 14133280.
HSL color Cylindrical-coordinate representation of color #20A8D7: hue angle of 195.41º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20A8D7 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 168 | 215 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.16 |
| HSL | 195.41º | 0.74% | 0.48% | - |
| HSV(B) | 195.41º | 0.85% | 0.84% | - |
| XYZ | 26.86 | 33.22 | 69.29 | - |
| YUV | 132.69 | 174.44 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 215 | 0.85 | 0.22 | 0 | 0.16 | 195.41 | 0.74 | 0.48 |
| Hex | 20 | A8 | D7 | 55 | 16 | 0 | 10 | C3 | 4A | 30 |
| Octal | 40 | 250 | 327 | 125 | 26 | 0 | 20 | 303 | 112 | 60 |
| Binary | 100000 | 10101000 | 11010111 | 1010101 | 10110 | 0 | 10000 | 11000011 | 1001010 | 110000 |
Color Harmonies of #20A8D7
Complementary color
Monochromatic Colors of #20A8D7
Black with #20A8D7
Text Example
Text Example
White with #20A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A8D7; }
p { color: rgb(32,168,215); }
H1.HeaderClassName
{
color: #20A8D7;
}
.AnyTagClassName
{
color: #20A8D7;
}
</style>
background-color css
<style>
a { background-color: #20A8D7; }
a { background-color: rgb(32,168,215); }
div.DivClassName
{
background-color: #20A8D7;
}
.BgClassName
{
background-color: #20A8D7;
}
</style>
border-color css
<style>
span { border-color: #20A8D7; }
span { border-color: rgb(32,168,215); }
td.TdClassName
{
border-color: #20A8D7;
}
.TagClassName
{
border-color: #20A8D7;
}
</style>