Shades of Summer Sky #49AEE8
Tints of Summer Sky #49AEE8
RGB
CMYK
RGB Variations
Color information
#49AEE8 (or 0x49AEE8) is known color: Summer Sky. HEX triplet: 49, AE and E8. RGB value is (73,174,232). Sum of RGB (Red+Green+Blue) = 73+174+232=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #49AEE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AEE8 is #B65117. Grayscale: #969696. Windows color (decimal): -11948312 or 15248969. OLE color: 15248969.
HSL color Cylindrical-coordinate representation of color #49AEE8: hue angle of 201.89º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49AEE8 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 174 | 232 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.09 |
| HSL | 201.89º | 0.78% | 0.6% | - |
| HSV(B) | 201.89º | 0.69% | 0.91% | - |
| XYZ | 32.45 | 37.51 | 81.87 | - |
| YUV | 150.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 174 | 232 | 0.69 | 0.25 | 0 | 0.09 | 201.89 | 0.78 | 0.6 |
| Hex | 49 | AE | E8 | 45 | 19 | 0 | 9 | CA | 4E | 3C |
| Octal | 111 | 256 | 350 | 105 | 31 | 0 | 11 | 312 | 116 | 74 |
| Binary | 1001001 | 10101110 | 11101000 | 1000101 | 11001 | 0 | 1001 | 11001010 | 1001110 | 111100 |
Color Harmonies of #49AEE8
Complementary color
Monochromatic Colors of #49AEE8
Black with #49AEE8
Text Example
Text Example
White with #49AEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AEE8; }
p { color: rgb(73,174,232); }
H1.HeaderClassName
{
color: #49AEE8;
}
.AnyTagClassName
{
color: #49AEE8;
}
</style>
background-color css
<style>
a { background-color: #49AEE8; }
a { background-color: rgb(73,174,232); }
div.DivClassName
{
background-color: #49AEE8;
}
.BgClassName
{
background-color: #49AEE8;
}
</style>
border-color css
<style>
span { border-color: #49AEE8; }
span { border-color: rgb(73,174,232); }
td.TdClassName
{
border-color: #49AEE8;
}
.TagClassName
{
border-color: #49AEE8;
}
</style>