Shades of Summer Sky #49BEE0
Tints of Summer Sky #49BEE0
RGB
CMYK
RGB Variations
Color information
#49BEE0 (or 0x49BEE0) is known color: Summer Sky. HEX triplet: 49, BE and E0. RGB value is (73,190,224). Sum of RGB (Red+Green+Blue) = 73+190+224=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #49BEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BEE0 is #B6411F. Grayscale: #9E9E9E. Windows color (decimal): -11944224 or 14728777. OLE color: 14728777.
HSL color Cylindrical-coordinate representation of color #49BEE0: hue angle of 193.51º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BEE0 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 190 | 224 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.12 |
| HSL | 193.51º | 0.71% | 0.58% | - |
| HSV(B) | 193.51º | 0.67% | 0.88% | - |
| XYZ | 34.62 | 43.63 | 77.12 | - |
| YUV | 158.89 | 164.74 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 224 | 0.67 | 0.15 | 0 | 0.12 | 193.51 | 0.71 | 0.58 |
| Hex | 49 | BE | E0 | 43 | F | 0 | C | C2 | 47 | 3A |
| Octal | 111 | 276 | 340 | 103 | 17 | 0 | 14 | 302 | 107 | 72 |
| Binary | 1001001 | 10111110 | 11100000 | 1000011 | 1111 | 0 | 1100 | 11000010 | 1000111 | 111010 |
Color Harmonies of #49BEE0
Complementary color
Monochromatic Colors of #49BEE0
Black with #49BEE0
Text Example
Text Example
White with #49BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BEE0; }
p { color: rgb(73,190,224); }
H1.HeaderClassName
{
color: #49BEE0;
}
.AnyTagClassName
{
color: #49BEE0;
}
</style>
background-color css
<style>
a { background-color: #49BEE0; }
a { background-color: rgb(73,190,224); }
div.DivClassName
{
background-color: #49BEE0;
}
.BgClassName
{
background-color: #49BEE0;
}
</style>
border-color css
<style>
span { border-color: #49BEE0; }
span { border-color: rgb(73,190,224); }
td.TdClassName
{
border-color: #49BEE0;
}
.TagClassName
{
border-color: #49BEE0;
}
</style>