Shades of Summer Sky #49ABDF
Tints of Summer Sky #49ABDF
RGB
CMYK
RGB Variations
Color information
#49ABDF (or 0x49ABDF) is known color: Summer Sky. HEX triplet: 49, AB and DF. RGB value is (73,171,223). Sum of RGB (Red+Green+Blue) = 73+171+223=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #49ABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABDF is #B65420. Grayscale: #939393. Windows color (decimal): -11949089 or 14658377. OLE color: 14658377.
HSL color Cylindrical-coordinate representation of color #49ABDF: hue angle of 200.8º degrees, saturation: 0.7, 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 #49ABDF is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 171 | 223 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.13 |
| HSL | 200.8º | 0.7% | 0.58% | - |
| HSV(B) | 200.8º | 0.67% | 0.87% | - |
| XYZ | 30.63 | 35.87 | 75.12 | - |
| YUV | 147.63 | 170.53 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 223 | 0.67 | 0.23 | 0 | 0.13 | 200.8 | 0.7 | 0.58 |
| Hex | 49 | AB | DF | 43 | 17 | 0 | D | C9 | 46 | 3A |
| Octal | 111 | 253 | 337 | 103 | 27 | 0 | 15 | 311 | 106 | 72 |
| Binary | 1001001 | 10101011 | 11011111 | 1000011 | 10111 | 0 | 1101 | 11001001 | 1000110 | 111010 |
Color Harmonies of #49ABDF
Complementary color
Monochromatic Colors of #49ABDF
Black with #49ABDF
Text Example
Text Example
White with #49ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ABDF; }
p { color: rgb(73,171,223); }
H1.HeaderClassName
{
color: #49ABDF;
}
.AnyTagClassName
{
color: #49ABDF;
}
</style>
background-color css
<style>
a { background-color: #49ABDF; }
a { background-color: rgb(73,171,223); }
div.DivClassName
{
background-color: #49ABDF;
}
.BgClassName
{
background-color: #49ABDF;
}
</style>
border-color css
<style>
span { border-color: #49ABDF; }
span { border-color: rgb(73,171,223); }
td.TdClassName
{
border-color: #49ABDF;
}
.TagClassName
{
border-color: #49ABDF;
}
</style>