Shades of Summer Sky #49ADEB
Tints of Summer Sky #49ADEB
RGB
CMYK
RGB Variations
Color information
#49ADEB (or 0x49ADEB) is known color: Summer Sky. HEX triplet: 49, AD and EB. RGB value is (73,173,235). Sum of RGB (Red+Green+Blue) = 73+173+235=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #49ADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ADEB is #B65214. Grayscale: #959595. Windows color (decimal): -11948565 or 15445321. OLE color: 15445321.
HSL color Cylindrical-coordinate representation of color #49ADEB: hue angle of 202.96º degrees, saturation: 0.8, 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 #49ADEB is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 173 | 235 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.08 |
| HSL | 202.96º | 0.8% | 0.6% | - |
| HSV(B) | 202.96º | 0.69% | 0.92% | - |
| XYZ | 32.69 | 37.3 | 84.07 | - |
| YUV | 150.17 | 175.87 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 235 | 0.69 | 0.26 | 0 | 0.08 | 202.96 | 0.8 | 0.6 |
| Hex | 49 | AD | EB | 45 | 1A | 0 | 8 | CB | 50 | 3C |
| Octal | 111 | 255 | 353 | 105 | 32 | 0 | 10 | 313 | 120 | 74 |
| Binary | 1001001 | 10101101 | 11101011 | 1000101 | 11010 | 0 | 1000 | 11001011 | 1010000 | 111100 |
Color Harmonies of #49ADEB
Complementary color
Monochromatic Colors of #49ADEB
Black with #49ADEB
Text Example
Text Example
White with #49ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADEB; }
p { color: rgb(73,173,235); }
H1.HeaderClassName
{
color: #49ADEB;
}
.AnyTagClassName
{
color: #49ADEB;
}
</style>
background-color css
<style>
a { background-color: #49ADEB; }
a { background-color: rgb(73,173,235); }
div.DivClassName
{
background-color: #49ADEB;
}
.BgClassName
{
background-color: #49ADEB;
}
</style>
border-color css
<style>
span { border-color: #49ADEB; }
span { border-color: rgb(73,173,235); }
td.TdClassName
{
border-color: #49ADEB;
}
.TagClassName
{
border-color: #49ADEB;
}
</style>