Shades of Summer Sky #49AEFF
Tints of Summer Sky #49AEFF
RGB
CMYK
RGB Variations
Color information
#49AEFF (or 0x49AEFF) is known color: Summer Sky. HEX triplet: 49, AE and FF. RGB value is (73,174,255). Sum of RGB (Red+Green+Blue) = 73+174+255=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #49AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AEFF is #B65100. Grayscale: #989898. Windows color (decimal): -11948289 or 16756297. OLE color: 16756297.
HSL color Cylindrical-coordinate representation of color #49AEFF: hue angle of 206.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49AEFF is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 174 | 255 | - |
| CMYK | 0.71 | 0.32 | 0 | 0 |
| HSL | 206.7º | 1% | 0.64% | - |
| HSV(B) | 206.7º | 0.71% | 1% | - |
| XYZ | 35.93 | 38.91 | 100.22 | - |
| YUV | 153.04 | 185.54 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 174 | 255 | 0.71 | 0.32 | 0 | 0 | 206.7 | 1 | 0.64 |
| Hex | 49 | AE | FF | 47 | 20 | 0 | 0 | CF | 64 | 40 |
| Octal | 111 | 256 | 377 | 107 | 40 | 0 | 0 | 317 | 144 | 100 |
| Binary | 1001001 | 10101110 | 11111111 | 1000111 | 100000 | 0 | 0 | 11001111 | 1100100 | 1000000 |
Color Harmonies of #49AEFF
Complementary color
Monochromatic Colors of #49AEFF
Black with #49AEFF
Text Example
Text Example
White with #49AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AEFF; }
p { color: rgb(73,174,255); }
H1.HeaderClassName
{
color: #49AEFF;
}
.AnyTagClassName
{
color: #49AEFF;
}
</style>
background-color css
<style>
a { background-color: #49AEFF; }
a { background-color: rgb(73,174,255); }
div.DivClassName
{
background-color: #49AEFF;
}
.BgClassName
{
background-color: #49AEFF;
}
</style>
border-color css
<style>
span { border-color: #49AEFF; }
span { border-color: rgb(73,174,255); }
td.TdClassName
{
border-color: #49AEFF;
}
.TagClassName
{
border-color: #49AEFF;
}
</style>