Shades of Summer Sky #49ACE1
Tints of Summer Sky #49ACE1
RGB
CMYK
RGB Variations
Color information
#49ACE1 (or 0x49ACE1) is known color: Summer Sky. HEX triplet: 49, AC and E1. RGB value is (73,172,225). Sum of RGB (Red+Green+Blue) = 73+172+225=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #49ACE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACE1 is #B6531E. Grayscale: #949494. Windows color (decimal): -11948831 or 14789705. OLE color: 14789705.
HSL color Cylindrical-coordinate representation of color #49ACE1: hue angle of 200.92º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49ACE1 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 172 | 225 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.12 |
| HSL | 200.92º | 0.72% | 0.58% | - |
| HSV(B) | 200.92º | 0.68% | 0.88% | - |
| XYZ | 31.09 | 36.36 | 76.61 | - |
| YUV | 148.44 | 171.2 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 225 | 0.68 | 0.24 | 0 | 0.12 | 200.92 | 0.72 | 0.58 |
| Hex | 49 | AC | E1 | 44 | 18 | 0 | C | C9 | 48 | 3A |
| Octal | 111 | 254 | 341 | 104 | 30 | 0 | 14 | 311 | 110 | 72 |
| Binary | 1001001 | 10101100 | 11100001 | 1000100 | 11000 | 0 | 1100 | 11001001 | 1001000 | 111010 |
Color Harmonies of #49ACE1
Complementary color
Monochromatic Colors of #49ACE1
Black with #49ACE1
Text Example
Text Example
White with #49ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACE1; }
p { color: rgb(73,172,225); }
H1.HeaderClassName
{
color: #49ACE1;
}
.AnyTagClassName
{
color: #49ACE1;
}
</style>
background-color css
<style>
a { background-color: #49ACE1; }
a { background-color: rgb(73,172,225); }
div.DivClassName
{
background-color: #49ACE1;
}
.BgClassName
{
background-color: #49ACE1;
}
</style>
border-color css
<style>
span { border-color: #49ACE1; }
span { border-color: rgb(73,172,225); }
td.TdClassName
{
border-color: #49ACE1;
}
.TagClassName
{
border-color: #49ACE1;
}
</style>