Shades of Summer Sky #49AEDB
Tints of Summer Sky #49AEDB
RGB
CMYK
RGB Variations
Color information
#49AEDB (or 0x49AEDB) is known color: Summer Sky. HEX triplet: 49, AE and DB. RGB value is (73,174,219). Sum of RGB (Red+Green+Blue) = 73+174+219=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #49AEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AEDB is #B65124. Grayscale: #949494. Windows color (decimal): -11948325 or 14397001. OLE color: 14397001.
HSL color Cylindrical-coordinate representation of color #49AEDB: hue angle of 198.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49AEDB is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 174 | 219 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.14 |
| HSL | 198.49º | 0.67% | 0.57% | - |
| HSV(B) | 198.49º | 0.67% | 0.86% | - |
| XYZ | 30.67 | 36.8 | 72.51 | - |
| YUV | 148.93 | 167.54 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 174 | 219 | 0.67 | 0.21 | 0 | 0.14 | 198.49 | 0.67 | 0.57 |
| Hex | 49 | AE | DB | 43 | 15 | 0 | E | C6 | 43 | 39 |
| Octal | 111 | 256 | 333 | 103 | 25 | 0 | 16 | 306 | 103 | 71 |
| Binary | 1001001 | 10101110 | 11011011 | 1000011 | 10101 | 0 | 1110 | 11000110 | 1000011 | 111001 |
Color Harmonies of #49AEDB
Complementary color
Monochromatic Colors of #49AEDB
Black with #49AEDB
Text Example
Text Example
White with #49AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AEDB; }
p { color: rgb(73,174,219); }
H1.HeaderClassName
{
color: #49AEDB;
}
.AnyTagClassName
{
color: #49AEDB;
}
</style>
background-color css
<style>
a { background-color: #49AEDB; }
a { background-color: rgb(73,174,219); }
div.DivClassName
{
background-color: #49AEDB;
}
.BgClassName
{
background-color: #49AEDB;
}
</style>
border-color css
<style>
span { border-color: #49AEDB; }
span { border-color: rgb(73,174,219); }
td.TdClassName
{
border-color: #49AEDB;
}
.TagClassName
{
border-color: #49AEDB;
}
</style>