Shades of Summer Sky #49C0DF
Tints of Summer Sky #49C0DF
RGB
CMYK
RGB Variations
Color information
#49C0DF (or 0x49C0DF) is known color: Summer Sky. HEX triplet: 49, C0 and DF. RGB value is (73,192,223). Sum of RGB (Red+Green+Blue) = 73+192+223=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #49C0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C0DF is #B63F20. Grayscale: #9F9F9F. Windows color (decimal): -11943713 or 14663753. OLE color: 14663753.
HSL color Cylindrical-coordinate representation of color #49C0DF: hue angle of 192.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 #49C0DF is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 192 | 223 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.13 |
| HSL | 192.4º | 0.7% | 0.58% | - |
| HSV(B) | 192.4º | 0.67% | 0.87% | - |
| XYZ | 34.92 | 44.44 | 76.55 | - |
| YUV | 159.95 | 163.58 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 223 | 0.67 | 0.14 | 0 | 0.13 | 192.4 | 0.7 | 0.58 |
| Hex | 49 | C0 | DF | 43 | E | 0 | D | C0 | 46 | 3A |
| Octal | 111 | 300 | 337 | 103 | 16 | 0 | 15 | 300 | 106 | 72 |
| Binary | 1001001 | 11000000 | 11011111 | 1000011 | 1110 | 0 | 1101 | 11000000 | 1000110 | 111010 |
Color Harmonies of #49C0DF
Complementary color
Monochromatic Colors of #49C0DF
Black with #49C0DF
Text Example
Text Example
White with #49C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0DF; }
p { color: rgb(73,192,223); }
H1.HeaderClassName
{
color: #49C0DF;
}
.AnyTagClassName
{
color: #49C0DF;
}
</style>
background-color css
<style>
a { background-color: #49C0DF; }
a { background-color: rgb(73,192,223); }
div.DivClassName
{
background-color: #49C0DF;
}
.BgClassName
{
background-color: #49C0DF;
}
</style>
border-color css
<style>
span { border-color: #49C0DF; }
span { border-color: rgb(73,192,223); }
td.TdClassName
{
border-color: #49C0DF;
}
.TagClassName
{
border-color: #49C0DF;
}
</style>