Shades of Summer Sky #49C5E1
Tints of Summer Sky #49C5E1
RGB
CMYK
RGB Variations
Color information
#49C5E1 (or 0x49C5E1) is known color: Summer Sky. HEX triplet: 49, C5 and E1. RGB value is (73,197,225). Sum of RGB (Red+Green+Blue) = 73+197+225=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #49C5E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C5E1 is #B63A1E. Grayscale: #A2A2A2. Windows color (decimal): -11942431 or 14796105. OLE color: 14796105.
HSL color Cylindrical-coordinate representation of color #49C5E1: hue angle of 191.05º 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 #49C5E1 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 197 | 225 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.12 |
| HSL | 191.05º | 0.72% | 0.58% | - |
| HSV(B) | 191.05º | 0.68% | 0.88% | - |
| XYZ | 36.3 | 46.79 | 78.35 | - |
| YUV | 163.12 | 162.92 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 225 | 0.68 | 0.12 | 0 | 0.12 | 191.05 | 0.72 | 0.58 |
| Hex | 49 | C5 | E1 | 44 | C | 0 | C | BF | 48 | 3A |
| Octal | 111 | 305 | 341 | 104 | 14 | 0 | 14 | 277 | 110 | 72 |
| Binary | 1001001 | 11000101 | 11100001 | 1000100 | 1100 | 0 | 1100 | 10111111 | 1001000 | 111010 |
Color Harmonies of #49C5E1
Complementary color
Monochromatic Colors of #49C5E1
Black with #49C5E1
Text Example
Text Example
White with #49C5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C5E1; }
p { color: rgb(73,197,225); }
H1.HeaderClassName
{
color: #49C5E1;
}
.AnyTagClassName
{
color: #49C5E1;
}
</style>
background-color css
<style>
a { background-color: #49C5E1; }
a { background-color: rgb(73,197,225); }
div.DivClassName
{
background-color: #49C5E1;
}
.BgClassName
{
background-color: #49C5E1;
}
</style>
border-color css
<style>
span { border-color: #49C5E1; }
span { border-color: rgb(73,197,225); }
td.TdClassName
{
border-color: #49C5E1;
}
.TagClassName
{
border-color: #49C5E1;
}
</style>