Shades of Summer Sky #20AAF1
Tints of Summer Sky #20AAF1
RGB
CMYK
RGB Variations
Color information
#20AAF1 (or 0x20AAF1) is known color: Summer Sky. HEX triplet: 20, AA and F1. RGB value is (32,170,241). Sum of RGB (Red+Green+Blue) = 32+170+241=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #20AAF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AAF1 is #DF550E. Grayscale: #888888. Windows color (decimal): -14636303 or 15837728. OLE color: 15837728.
HSL color Cylindrical-coordinate representation of color #20AAF1: hue angle of 200.38º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20AAF1 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 170 | 241 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.05 |
| HSL | 200.38º | 0.88% | 0.54% | - |
| HSV(B) | 200.38º | 0.87% | 0.95% | - |
| XYZ | 30.85 | 35.41 | 88.43 | - |
| YUV | 136.83 | 186.78 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 241 | 0.87 | 0.29 | 0 | 0.05 | 200.38 | 0.88 | 0.54 |
| Hex | 20 | AA | F1 | 57 | 1D | 0 | 5 | C8 | 58 | 36 |
| Octal | 40 | 252 | 361 | 127 | 35 | 0 | 5 | 310 | 130 | 66 |
| Binary | 100000 | 10101010 | 11110001 | 1010111 | 11101 | 0 | 101 | 11001000 | 1011000 | 110110 |
Color Harmonies of #20AAF1
Complementary color
Monochromatic Colors of #20AAF1
Black with #20AAF1
Text Example
Text Example
White with #20AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAF1; }
p { color: rgb(32,170,241); }
H1.HeaderClassName
{
color: #20AAF1;
}
.AnyTagClassName
{
color: #20AAF1;
}
</style>
background-color css
<style>
a { background-color: #20AAF1; }
a { background-color: rgb(32,170,241); }
div.DivClassName
{
background-color: #20AAF1;
}
.BgClassName
{
background-color: #20AAF1;
}
</style>
border-color css
<style>
span { border-color: #20AAF1; }
span { border-color: rgb(32,170,241); }
td.TdClassName
{
border-color: #20AAF1;
}
.TagClassName
{
border-color: #20AAF1;
}
</style>