Shades of Summer Sky #49AAE0
Tints of Summer Sky #49AAE0
RGB
CMYK
RGB Variations
Color information
#49AAE0 (or 0x49AAE0) is known color: Summer Sky. HEX triplet: 49, AA and E0. RGB value is (73,170,224). Sum of RGB (Red+Green+Blue) = 73+170+224=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #49AAE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AAE0 is #B6551F. Grayscale: #929292. Windows color (decimal): -11949344 or 14723657. OLE color: 14723657.
HSL color Cylindrical-coordinate representation of color #49AAE0: hue angle of 201.46º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49AAE0 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 170 | 224 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.12 |
| HSL | 201.46º | 0.71% | 0.58% | - |
| HSV(B) | 201.46º | 0.67% | 0.88% | - |
| XYZ | 30.58 | 35.55 | 75.77 | - |
| YUV | 147.15 | 171.36 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 224 | 0.67 | 0.24 | 0 | 0.12 | 201.46 | 0.71 | 0.58 |
| Hex | 49 | AA | E0 | 43 | 18 | 0 | C | C9 | 47 | 3A |
| Octal | 111 | 252 | 340 | 103 | 30 | 0 | 14 | 311 | 107 | 72 |
| Binary | 1001001 | 10101010 | 11100000 | 1000011 | 11000 | 0 | 1100 | 11001001 | 1000111 | 111010 |
Color Harmonies of #49AAE0
Complementary color
Monochromatic Colors of #49AAE0
Black with #49AAE0
Text Example
Text Example
White with #49AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AAE0; }
p { color: rgb(73,170,224); }
H1.HeaderClassName
{
color: #49AAE0;
}
.AnyTagClassName
{
color: #49AAE0;
}
</style>
background-color css
<style>
a { background-color: #49AAE0; }
a { background-color: rgb(73,170,224); }
div.DivClassName
{
background-color: #49AAE0;
}
.BgClassName
{
background-color: #49AAE0;
}
</style>
border-color css
<style>
span { border-color: #49AAE0; }
span { border-color: rgb(73,170,224); }
td.TdClassName
{
border-color: #49AAE0;
}
.TagClassName
{
border-color: #49AAE0;
}
</style>