Shades of Summer Sky #49C1EB
Tints of Summer Sky #49C1EB
RGB
CMYK
RGB Variations
Color information
#49C1EB (or 0x49C1EB) is known color: Summer Sky. HEX triplet: 49, C1 and EB. RGB value is (73,193,235). Sum of RGB (Red+Green+Blue) = 73+193+235=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #49C1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C1EB is #B63E14. Grayscale: #A1A1A1. Windows color (decimal): -11943445 or 15450441. OLE color: 15450441.
HSL color Cylindrical-coordinate representation of color #49C1EB: hue angle of 195.56º 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 #49C1EB is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 193 | 235 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.08 |
| HSL | 195.56º | 0.8% | 0.6% | - |
| HSV(B) | 195.56º | 0.69% | 0.92% | - |
| XYZ | 36.81 | 45.55 | 85.45 | - |
| YUV | 161.91 | 169.24 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 235 | 0.69 | 0.18 | 0 | 0.08 | 195.56 | 0.8 | 0.6 |
| Hex | 49 | C1 | EB | 45 | 12 | 0 | 8 | C4 | 50 | 3C |
| Octal | 111 | 301 | 353 | 105 | 22 | 0 | 10 | 304 | 120 | 74 |
| Binary | 1001001 | 11000001 | 11101011 | 1000101 | 10010 | 0 | 1000 | 11000100 | 1010000 | 111100 |
Color Harmonies of #49C1EB
Complementary color
Monochromatic Colors of #49C1EB
Black with #49C1EB
Text Example
Text Example
White with #49C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C1EB; }
p { color: rgb(73,193,235); }
H1.HeaderClassName
{
color: #49C1EB;
}
.AnyTagClassName
{
color: #49C1EB;
}
</style>
background-color css
<style>
a { background-color: #49C1EB; }
a { background-color: rgb(73,193,235); }
div.DivClassName
{
background-color: #49C1EB;
}
.BgClassName
{
background-color: #49C1EB;
}
</style>
border-color css
<style>
span { border-color: #49C1EB; }
span { border-color: rgb(73,193,235); }
td.TdClassName
{
border-color: #49C1EB;
}
.TagClassName
{
border-color: #49C1EB;
}
</style>