Shades of Summer Sky #49C0EB
Tints of Summer Sky #49C0EB
RGB
CMYK
RGB Variations
Color information
#49C0EB (or 0x49C0EB) is known color: Summer Sky. HEX triplet: 49, C0 and EB. RGB value is (73,192,235). Sum of RGB (Red+Green+Blue) = 73+192+235=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #49C0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C0EB is #B63F14. Grayscale: #A1A1A1. Windows color (decimal): -11943701 or 15450185. OLE color: 15450185.
HSL color Cylindrical-coordinate representation of color #49C0EB: hue angle of 195.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C0EB is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 192 | 235 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.08 |
| HSL | 195.93º | 0.8% | 0.6% | - |
| HSV(B) | 195.93º | 0.69% | 0.92% | - |
| XYZ | 36.59 | 45.11 | 85.38 | - |
| YUV | 161.32 | 169.58 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 235 | 0.69 | 0.18 | 0 | 0.08 | 195.93 | 0.8 | 0.6 |
| Hex | 49 | C0 | EB | 45 | 12 | 0 | 8 | C4 | 50 | 3C |
| Octal | 111 | 300 | 353 | 105 | 22 | 0 | 10 | 304 | 120 | 74 |
| Binary | 1001001 | 11000000 | 11101011 | 1000101 | 10010 | 0 | 1000 | 11000100 | 1010000 | 111100 |
Color Harmonies of #49C0EB
Complementary color
Monochromatic Colors of #49C0EB
Black with #49C0EB
Text Example
Text Example
White with #49C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0EB; }
p { color: rgb(73,192,235); }
H1.HeaderClassName
{
color: #49C0EB;
}
.AnyTagClassName
{
color: #49C0EB;
}
</style>
background-color css
<style>
a { background-color: #49C0EB; }
a { background-color: rgb(73,192,235); }
div.DivClassName
{
background-color: #49C0EB;
}
.BgClassName
{
background-color: #49C0EB;
}
</style>
border-color css
<style>
span { border-color: #49C0EB; }
span { border-color: rgb(73,192,235); }
td.TdClassName
{
border-color: #49C0EB;
}
.TagClassName
{
border-color: #49C0EB;
}
</style>