Shades of Summer Sky #20AEF2
Tints of Summer Sky #20AEF2
RGB
CMYK
RGB Variations
Color information
#20AEF2 (or 0x20AEF2) is known color: Summer Sky. HEX triplet: 20, AE and F2. RGB value is (32,174,242). Sum of RGB (Red+Green+Blue) = 32+174+242=448 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.14% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #20AEF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AEF2 is #DF510D. Grayscale: #8A8A8A. Windows color (decimal): -14635278 or 15904288. OLE color: 15904288.
HSL color Cylindrical-coordinate representation of color #20AEF2: hue angle of 199.43º degrees, saturation: 0.89, 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 #20AEF2 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 174 | 242 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.05 |
| HSL | 199.43º | 0.89% | 0.54% | - |
| HSV(B) | 199.43º | 0.87% | 0.95% | - |
| XYZ | 31.76 | 36.99 | 89.47 | - |
| YUV | 139.29 | 185.96 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 242 | 0.87 | 0.28 | 0 | 0.05 | 199.43 | 0.89 | 0.54 |
| Hex | 20 | AE | F2 | 57 | 1C | 0 | 5 | C7 | 59 | 36 |
| Octal | 40 | 256 | 362 | 127 | 34 | 0 | 5 | 307 | 131 | 66 |
| Binary | 100000 | 10101110 | 11110010 | 1010111 | 11100 | 0 | 101 | 11000111 | 1011001 | 110110 |
Color Harmonies of #20AEF2
Complementary color
Monochromatic Colors of #20AEF2
Black with #20AEF2
Text Example
Text Example
White with #20AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AEF2; }
p { color: rgb(32,174,242); }
H1.HeaderClassName
{
color: #20AEF2;
}
.AnyTagClassName
{
color: #20AEF2;
}
</style>
background-color css
<style>
a { background-color: #20AEF2; }
a { background-color: rgb(32,174,242); }
div.DivClassName
{
background-color: #20AEF2;
}
.BgClassName
{
background-color: #20AEF2;
}
</style>
border-color css
<style>
span { border-color: #20AEF2; }
span { border-color: rgb(32,174,242); }
td.TdClassName
{
border-color: #20AEF2;
}
.TagClassName
{
border-color: #20AEF2;
}
</style>