Shades of Summer Sky #20AAF0
Tints of Summer Sky #20AAF0
RGB
CMYK
RGB Variations
Color information
#20AAF0 (or 0x20AAF0) is known color: Summer Sky. HEX triplet: 20, AA and F0. RGB value is (32,170,240). Sum of RGB (Red+Green+Blue) = 32+170+240=442 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.24% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #20AAF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AAF0 is #DF550F. Grayscale: #888888. Windows color (decimal): -14636304 or 15772192. OLE color: 15772192.
HSL color Cylindrical-coordinate representation of color #20AAF0: hue angle of 200.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20AAF0 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 170 | 240 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.06 |
| HSL | 200.19º | 0.87% | 0.53% | - |
| HSV(B) | 200.19º | 0.87% | 0.94% | - |
| XYZ | 30.7 | 35.35 | 87.64 | - |
| YUV | 136.72 | 186.28 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 240 | 0.87 | 0.29 | 0 | 0.06 | 200.19 | 0.87 | 0.53 |
| Hex | 20 | AA | F0 | 57 | 1D | 0 | 6 | C8 | 57 | 35 |
| Octal | 40 | 252 | 360 | 127 | 35 | 0 | 6 | 310 | 127 | 65 |
| Binary | 100000 | 10101010 | 11110000 | 1010111 | 11101 | 0 | 110 | 11001000 | 1010111 | 110101 |
Color Harmonies of #20AAF0
Complementary color
Monochromatic Colors of #20AAF0
Black with #20AAF0
Text Example
Text Example
White with #20AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAF0; }
p { color: rgb(32,170,240); }
H1.HeaderClassName
{
color: #20AAF0;
}
.AnyTagClassName
{
color: #20AAF0;
}
</style>
background-color css
<style>
a { background-color: #20AAF0; }
a { background-color: rgb(32,170,240); }
div.DivClassName
{
background-color: #20AAF0;
}
.BgClassName
{
background-color: #20AAF0;
}
</style>
border-color css
<style>
span { border-color: #20AAF0; }
span { border-color: rgb(32,170,240); }
td.TdClassName
{
border-color: #20AAF0;
}
.TagClassName
{
border-color: #20AAF0;
}
</style>