Shades of Summer Sky #49ACDF
Tints of Summer Sky #49ACDF
RGB
CMYK
RGB Variations
Color information
#49ACDF (or 0x49ACDF) is known color: Summer Sky. HEX triplet: 49, AC and DF. RGB value is (73,172,223). Sum of RGB (Red+Green+Blue) = 73+172+223=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #49ACDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACDF is #B65320. Grayscale: #939393. Windows color (decimal): -11948833 or 14658633. OLE color: 14658633.
HSL color Cylindrical-coordinate representation of color #49ACDF: hue angle of 200.4º 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 #49ACDF is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 172 | 223 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.13 |
| HSL | 200.4º | 0.7% | 0.58% | - |
| HSV(B) | 200.4º | 0.67% | 0.87% | - |
| XYZ | 30.82 | 36.25 | 75.18 | - |
| YUV | 148.21 | 170.2 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 223 | 0.67 | 0.23 | 0 | 0.13 | 200.4 | 0.7 | 0.58 |
| Hex | 49 | AC | DF | 43 | 17 | 0 | D | C8 | 46 | 3A |
| Octal | 111 | 254 | 337 | 103 | 27 | 0 | 15 | 310 | 106 | 72 |
| Binary | 1001001 | 10101100 | 11011111 | 1000011 | 10111 | 0 | 1101 | 11001000 | 1000110 | 111010 |
Color Harmonies of #49ACDF
Complementary color
Monochromatic Colors of #49ACDF
Black with #49ACDF
Text Example
Text Example
White with #49ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ACDF; }
p { color: rgb(73,172,223); }
H1.HeaderClassName
{
color: #49ACDF;
}
.AnyTagClassName
{
color: #49ACDF;
}
</style>
background-color css
<style>
a { background-color: #49ACDF; }
a { background-color: rgb(73,172,223); }
div.DivClassName
{
background-color: #49ACDF;
}
.BgClassName
{
background-color: #49ACDF;
}
</style>
border-color css
<style>
span { border-color: #49ACDF; }
span { border-color: rgb(73,172,223); }
td.TdClassName
{
border-color: #49ACDF;
}
.TagClassName
{
border-color: #49ACDF;
}
</style>