Shades of Summer Sky #49C0DC
Tints of Summer Sky #49C0DC
RGB
CMYK
RGB Variations
Color information
#49C0DC (or 0x49C0DC) is known color: Summer Sky. HEX triplet: 49, C0 and DC. RGB value is (73,192,220). Sum of RGB (Red+Green+Blue) = 73+192+220=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #49C0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C0DC is #B63F23. Grayscale: #9F9F9F. Windows color (decimal): -11943716 or 14467145. OLE color: 14467145.
HSL color Cylindrical-coordinate representation of color #49C0DC: hue angle of 191.43º degrees, saturation: 0.68, 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 #49C0DC is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 192 | 220 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.14 |
| HSL | 191.43º | 0.68% | 0.57% | - |
| HSV(B) | 191.43º | 0.67% | 0.86% | - |
| XYZ | 34.52 | 44.28 | 74.44 | - |
| YUV | 159.61 | 162.08 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 220 | 0.67 | 0.13 | 0 | 0.14 | 191.43 | 0.68 | 0.57 |
| Hex | 49 | C0 | DC | 43 | D | 0 | E | BF | 44 | 39 |
| Octal | 111 | 300 | 334 | 103 | 15 | 0 | 16 | 277 | 104 | 71 |
| Binary | 1001001 | 11000000 | 11011100 | 1000011 | 1101 | 0 | 1110 | 10111111 | 1000100 | 111001 |
Color Harmonies of #49C0DC
Complementary color
Monochromatic Colors of #49C0DC
Black with #49C0DC
Text Example
Text Example
White with #49C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0DC; }
p { color: rgb(73,192,220); }
H1.HeaderClassName
{
color: #49C0DC;
}
.AnyTagClassName
{
color: #49C0DC;
}
</style>
background-color css
<style>
a { background-color: #49C0DC; }
a { background-color: rgb(73,192,220); }
div.DivClassName
{
background-color: #49C0DC;
}
.BgClassName
{
background-color: #49C0DC;
}
</style>
border-color css
<style>
span { border-color: #49C0DC; }
span { border-color: rgb(73,192,220); }
td.TdClassName
{
border-color: #49C0DC;
}
.TagClassName
{
border-color: #49C0DC;
}
</style>