Shades of Summer Sky #20AFE7
Tints of Summer Sky #20AFE7
RGB
CMYK
RGB Variations
Color information
#20AFE7 (or 0x20AFE7) is known color: Summer Sky. HEX triplet: 20, AF and E7. RGB value is (32,175,231). Sum of RGB (Red+Green+Blue) = 32+175+231=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #20AFE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AFE7 is #DF5018. Grayscale: #8A8A8A. Windows color (decimal): -14635033 or 15183648. OLE color: 15183648.
HSL color Cylindrical-coordinate representation of color #20AFE7: hue angle of 196.88º 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 #20AFE7 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 175 | 231 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.09 |
| HSL | 196.88º | 0.81% | 0.52% | - |
| HSV(B) | 196.88º | 0.86% | 0.91% | - |
| XYZ | 30.35 | 36.74 | 81.09 | - |
| YUV | 138.63 | 180.12 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 231 | 0.86 | 0.24 | 0 | 0.09 | 196.88 | 0.81 | 0.52 |
| Hex | 20 | AF | E7 | 56 | 18 | 0 | 9 | C5 | 51 | 34 |
| Octal | 40 | 257 | 347 | 126 | 30 | 0 | 11 | 305 | 121 | 64 |
| Binary | 100000 | 10101111 | 11100111 | 1010110 | 11000 | 0 | 1001 | 11000101 | 1010001 | 110100 |
Color Harmonies of #20AFE7
Complementary color
Monochromatic Colors of #20AFE7
Black with #20AFE7
Text Example
Text Example
White with #20AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFE7; }
p { color: rgb(32,175,231); }
H1.HeaderClassName
{
color: #20AFE7;
}
.AnyTagClassName
{
color: #20AFE7;
}
</style>
background-color css
<style>
a { background-color: #20AFE7; }
a { background-color: rgb(32,175,231); }
div.DivClassName
{
background-color: #20AFE7;
}
.BgClassName
{
background-color: #20AFE7;
}
</style>
border-color css
<style>
span { border-color: #20AFE7; }
span { border-color: rgb(32,175,231); }
td.TdClassName
{
border-color: #20AFE7;
}
.TagClassName
{
border-color: #20AFE7;
}
</style>