Shades of Summer Sky #49BBE1
Tints of Summer Sky #49BBE1
RGB
CMYK
RGB Variations
Color information
#49BBE1 (or 0x49BBE1) is known color: Summer Sky. HEX triplet: 49, BB and E1. RGB value is (73,187,225). Sum of RGB (Red+Green+Blue) = 73+187+225=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #49BBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBE1 is #B6441E. Grayscale: #9C9C9C. Windows color (decimal): -11944991 or 14793545. OLE color: 14793545.
HSL color Cylindrical-coordinate representation of color #49BBE1: hue angle of 195º 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 #49BBE1 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 187 | 225 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.12 |
| HSL | 195º | 0.72% | 0.58% | - |
| HSV(B) | 195º | 0.68% | 0.88% | - |
| XYZ | 34.11 | 42.39 | 77.62 | - |
| YUV | 157.25 | 166.23 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 225 | 0.68 | 0.17 | 0 | 0.12 | 195 | 0.72 | 0.58 |
| Hex | 49 | BB | E1 | 44 | 11 | 0 | C | C3 | 48 | 3A |
| Octal | 111 | 273 | 341 | 104 | 21 | 0 | 14 | 303 | 110 | 72 |
| Binary | 1001001 | 10111011 | 11100001 | 1000100 | 10001 | 0 | 1100 | 11000011 | 1001000 | 111010 |
Color Harmonies of #49BBE1
Complementary color
Monochromatic Colors of #49BBE1
Black with #49BBE1
Text Example
Text Example
White with #49BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBE1; }
p { color: rgb(73,187,225); }
H1.HeaderClassName
{
color: #49BBE1;
}
.AnyTagClassName
{
color: #49BBE1;
}
</style>
background-color css
<style>
a { background-color: #49BBE1; }
a { background-color: rgb(73,187,225); }
div.DivClassName
{
background-color: #49BBE1;
}
.BgClassName
{
background-color: #49BBE1;
}
</style>
border-color css
<style>
span { border-color: #49BBE1; }
span { border-color: rgb(73,187,225); }
td.TdClassName
{
border-color: #49BBE1;
}
.TagClassName
{
border-color: #49BBE1;
}
</style>