Shades of Summer Sky #49A8EE
Tints of Summer Sky #49A8EE
RGB
CMYK
RGB Variations
Color information
#49A8EE (or 0x49A8EE) is known color: Summer Sky. HEX triplet: 49, A8 and EE. RGB value is (73,168,238). Sum of RGB (Red+Green+Blue) = 73+168+238=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #49A8EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A8EE is #B65711. Grayscale: #939393. Windows color (decimal): -11949842 or 15640649. OLE color: 15640649.
HSL color Cylindrical-coordinate representation of color #49A8EE: hue angle of 205.45º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A8EE is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 168 | 238 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.07 |
| HSL | 205.45º | 0.83% | 0.61% | - |
| HSV(B) | 205.45º | 0.69% | 0.93% | - |
| XYZ | 32.18 | 35.59 | 86.06 | - |
| YUV | 147.58 | 179.03 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 238 | 0.69 | 0.29 | 0 | 0.07 | 205.45 | 0.83 | 0.61 |
| Hex | 49 | A8 | EE | 45 | 1D | 0 | 7 | CD | 53 | 3D |
| Octal | 111 | 250 | 356 | 105 | 35 | 0 | 7 | 315 | 123 | 75 |
| Binary | 1001001 | 10101000 | 11101110 | 1000101 | 11101 | 0 | 111 | 11001101 | 1010011 | 111101 |
Color Harmonies of #49A8EE
Complementary color
Monochromatic Colors of #49A8EE
Black with #49A8EE
Text Example
Text Example
White with #49A8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A8EE; }
p { color: rgb(73,168,238); }
H1.HeaderClassName
{
color: #49A8EE;
}
.AnyTagClassName
{
color: #49A8EE;
}
</style>
background-color css
<style>
a { background-color: #49A8EE; }
a { background-color: rgb(73,168,238); }
div.DivClassName
{
background-color: #49A8EE;
}
.BgClassName
{
background-color: #49A8EE;
}
</style>
border-color css
<style>
span { border-color: #49A8EE; }
span { border-color: rgb(73,168,238); }
td.TdClassName
{
border-color: #49A8EE;
}
.TagClassName
{
border-color: #49A8EE;
}
</style>