Shades of Summer Sky #49AEDD
Tints of Summer Sky #49AEDD
RGB
CMYK
RGB Variations
Color information
#49AEDD (or 0x49AEDD) is known color: Summer Sky. HEX triplet: 49, AE and DD. RGB value is (73,174,221). Sum of RGB (Red+Green+Blue) = 73+174+221=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #49AEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AEDD is #B65122. Grayscale: #949494. Windows color (decimal): -11948323 or 14528073. OLE color: 14528073.
HSL color Cylindrical-coordinate representation of color #49AEDD: hue angle of 199.05º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49AEDD is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 174 | 221 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.13 |
| HSL | 199.05º | 0.69% | 0.58% | - |
| HSV(B) | 199.05º | 0.67% | 0.87% | - |
| XYZ | 30.93 | 36.91 | 73.9 | - |
| YUV | 149.16 | 168.54 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 174 | 221 | 0.67 | 0.21 | 0 | 0.13 | 199.05 | 0.69 | 0.58 |
| Hex | 49 | AE | DD | 43 | 15 | 0 | D | C7 | 45 | 3A |
| Octal | 111 | 256 | 335 | 103 | 25 | 0 | 15 | 307 | 105 | 72 |
| Binary | 1001001 | 10101110 | 11011101 | 1000011 | 10101 | 0 | 1101 | 11000111 | 1000101 | 111010 |
Color Harmonies of #49AEDD
Complementary color
Monochromatic Colors of #49AEDD
Black with #49AEDD
Text Example
Text Example
White with #49AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AEDD; }
p { color: rgb(73,174,221); }
H1.HeaderClassName
{
color: #49AEDD;
}
.AnyTagClassName
{
color: #49AEDD;
}
</style>
background-color css
<style>
a { background-color: #49AEDD; }
a { background-color: rgb(73,174,221); }
div.DivClassName
{
background-color: #49AEDD;
}
.BgClassName
{
background-color: #49AEDD;
}
</style>
border-color css
<style>
span { border-color: #49AEDD; }
span { border-color: rgb(73,174,221); }
td.TdClassName
{
border-color: #49AEDD;
}
.TagClassName
{
border-color: #49AEDD;
}
</style>