Shades of Summer Sky #20AFE5
Tints of Summer Sky #20AFE5
RGB
CMYK
RGB Variations
Color information
#20AFE5 (or 0x20AFE5) is known color: Summer Sky. HEX triplet: 20, AF and E5. RGB value is (32,175,229). Sum of RGB (Red+Green+Blue) = 32+175+229=436 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.34% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #20AFE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFE5 is #DF501A. Grayscale: #8A8A8A. Windows color (decimal): -14635035 or 15052576. OLE color: 15052576.
HSL color Cylindrical-coordinate representation of color #20AFE5: hue angle of 196.45º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20AFE5 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 175 | 229 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.10 |
| HSL | 196.45º | 0.79% | 0.51% | - |
| HSV(B) | 196.45º | 0.86% | 0.9% | - |
| XYZ | 30.07 | 36.62 | 79.61 | - |
| YUV | 138.4 | 179.12 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 229 | 0.86 | 0.24 | 0 | 0.10 | 196.45 | 0.79 | 0.51 |
| Hex | 20 | AF | E5 | 56 | 18 | 0 | A | C4 | 4F | 33 |
| Octal | 40 | 257 | 345 | 126 | 30 | 0 | 12 | 304 | 117 | 63 |
| Binary | 100000 | 10101111 | 11100101 | 1010110 | 11000 | 0 | 1010 | 11000100 | 1001111 | 110011 |
Color Harmonies of #20AFE5
Complementary color
Monochromatic Colors of #20AFE5
Black with #20AFE5
Text Example
Text Example
White with #20AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFE5; }
p { color: rgb(32,175,229); }
H1.HeaderClassName
{
color: #20AFE5;
}
.AnyTagClassName
{
color: #20AFE5;
}
</style>
background-color css
<style>
a { background-color: #20AFE5; }
a { background-color: rgb(32,175,229); }
div.DivClassName
{
background-color: #20AFE5;
}
.BgClassName
{
background-color: #20AFE5;
}
</style>
border-color css
<style>
span { border-color: #20AFE5; }
span { border-color: rgb(32,175,229); }
td.TdClassName
{
border-color: #20AFE5;
}
.TagClassName
{
border-color: #20AFE5;
}
</style>