Shades of Summer Sky #49C1E1
Tints of Summer Sky #49C1E1
RGB
CMYK
RGB Variations
Color information
#49C1E1 (or 0x49C1E1) is known color: Summer Sky. HEX triplet: 49, C1 and E1. RGB value is (73,193,225). Sum of RGB (Red+Green+Blue) = 73+193+225=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #49C1E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C1E1 is #B63E1E. Grayscale: #A0A0A0. Windows color (decimal): -11943455 or 14795081. OLE color: 14795081.
HSL color Cylindrical-coordinate representation of color #49C1E1: hue angle of 192.63º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49C1E1 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 193 | 225 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.12 |
| HSL | 192.63º | 0.72% | 0.58% | - |
| HSV(B) | 192.63º | 0.68% | 0.88% | - |
| XYZ | 35.41 | 44.99 | 78.05 | - |
| YUV | 160.77 | 164.24 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 225 | 0.68 | 0.14 | 0 | 0.12 | 192.63 | 0.72 | 0.58 |
| Hex | 49 | C1 | E1 | 44 | E | 0 | C | C1 | 48 | 3A |
| Octal | 111 | 301 | 341 | 104 | 16 | 0 | 14 | 301 | 110 | 72 |
| Binary | 1001001 | 11000001 | 11100001 | 1000100 | 1110 | 0 | 1100 | 11000001 | 1001000 | 111010 |
Color Harmonies of #49C1E1
Complementary color
Monochromatic Colors of #49C1E1
Black with #49C1E1
Text Example
Text Example
White with #49C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C1E1; }
p { color: rgb(73,193,225); }
H1.HeaderClassName
{
color: #49C1E1;
}
.AnyTagClassName
{
color: #49C1E1;
}
</style>
background-color css
<style>
a { background-color: #49C1E1; }
a { background-color: rgb(73,193,225); }
div.DivClassName
{
background-color: #49C1E1;
}
.BgClassName
{
background-color: #49C1E1;
}
</style>
border-color css
<style>
span { border-color: #49C1E1; }
span { border-color: rgb(73,193,225); }
td.TdClassName
{
border-color: #49C1E1;
}
.TagClassName
{
border-color: #49C1E1;
}
</style>