Shades of Summer Sky #20AFE3
Tints of Summer Sky #20AFE3
RGB
CMYK
RGB Variations
Color information
#20AFE3 (or 0x20AFE3) is known color: Summer Sky. HEX triplet: 20, AF and E3. RGB value is (32,175,227). Sum of RGB (Red+Green+Blue) = 32+175+227=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 227 (89.06% from 255 or 52.30% from 434); Max value from RGB is 227 - color contains mainly: blue. Hex color #20AFE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFE3 is #DF501C. Grayscale: #898989. Windows color (decimal): -14635037 or 14921504. OLE color: 14921504.
HSL color Cylindrical-coordinate representation of color #20AFE3: hue angle of 196º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20AFE3 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 175 | 227 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.11 |
| HSL | 196º | 0.78% | 0.51% | - |
| HSV(B) | 196º | 0.86% | 0.89% | - |
| XYZ | 29.79 | 36.51 | 78.15 | - |
| YUV | 138.17 | 178.12 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 227 | 0.86 | 0.23 | 0 | 0.11 | 196 | 0.78 | 0.51 |
| Hex | 20 | AF | E3 | 56 | 17 | 0 | B | C4 | 4E | 33 |
| Octal | 40 | 257 | 343 | 126 | 27 | 0 | 13 | 304 | 116 | 63 |
| Binary | 100000 | 10101111 | 11100011 | 1010110 | 10111 | 0 | 1011 | 11000100 | 1001110 | 110011 |
Color Harmonies of #20AFE3
Complementary color
Monochromatic Colors of #20AFE3
Black with #20AFE3
Text Example
Text Example
White with #20AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFE3; }
p { color: rgb(32,175,227); }
H1.HeaderClassName
{
color: #20AFE3;
}
.AnyTagClassName
{
color: #20AFE3;
}
</style>
background-color css
<style>
a { background-color: #20AFE3; }
a { background-color: rgb(32,175,227); }
div.DivClassName
{
background-color: #20AFE3;
}
.BgClassName
{
background-color: #20AFE3;
}
</style>
border-color css
<style>
span { border-color: #20AFE3; }
span { border-color: rgb(32,175,227); }
td.TdClassName
{
border-color: #20AFE3;
}
.TagClassName
{
border-color: #20AFE3;
}
</style>