Shades of Summer Sky #49B5EA
Tints of Summer Sky #49B5EA
RGB
CMYK
RGB Variations
Color information
#49B5EA (or 0x49B5EA) is known color: Summer Sky. HEX triplet: 49, B5 and EA. RGB value is (73,181,234). Sum of RGB (Red+Green+Blue) = 73+181+234=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #49B5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B5EA is #B64A15. Grayscale: #9A9A9A. Windows color (decimal): -11946518 or 15381833. OLE color: 15381833.
HSL color Cylindrical-coordinate representation of color #49B5EA: hue angle of 199.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B5EA is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 181 | 234 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.08 |
| HSL | 199.75º | 0.79% | 0.6% | - |
| HSV(B) | 199.75º | 0.69% | 0.92% | - |
| XYZ | 34.12 | 40.4 | 83.84 | - |
| YUV | 154.75 | 172.72 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 234 | 0.69 | 0.23 | 0 | 0.08 | 199.75 | 0.79 | 0.6 |
| Hex | 49 | B5 | EA | 45 | 17 | 0 | 8 | C8 | 4F | 3C |
| Octal | 111 | 265 | 352 | 105 | 27 | 0 | 10 | 310 | 117 | 74 |
| Binary | 1001001 | 10110101 | 11101010 | 1000101 | 10111 | 0 | 1000 | 11001000 | 1001111 | 111100 |
Color Harmonies of #49B5EA
Complementary color
Monochromatic Colors of #49B5EA
Black with #49B5EA
Text Example
Text Example
White with #49B5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B5EA; }
p { color: rgb(73,181,234); }
H1.HeaderClassName
{
color: #49B5EA;
}
.AnyTagClassName
{
color: #49B5EA;
}
</style>
background-color css
<style>
a { background-color: #49B5EA; }
a { background-color: rgb(73,181,234); }
div.DivClassName
{
background-color: #49B5EA;
}
.BgClassName
{
background-color: #49B5EA;
}
</style>
border-color css
<style>
span { border-color: #49B5EA; }
span { border-color: rgb(73,181,234); }
td.TdClassName
{
border-color: #49B5EA;
}
.TagClassName
{
border-color: #49B5EA;
}
</style>