Shades of Summer Sky #49C2EA
Tints of Summer Sky #49C2EA
RGB
CMYK
RGB Variations
Color information
#49C2EA (or 0x49C2EA) is known color: Summer Sky. HEX triplet: 49, C2 and EA. RGB value is (73,194,234). Sum of RGB (Red+Green+Blue) = 73+194+234=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #49C2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C2EA is #B63D15. Grayscale: #A2A2A2. Windows color (decimal): -11943190 or 15385161. OLE color: 15385161.
HSL color Cylindrical-coordinate representation of color #49C2EA: hue angle of 194.91º degrees, saturation: 0.79, 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 #49C2EA is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 194 | 234 | - |
| CMYK | 0.69 | 0.17 | 0 | 0.08 |
| HSL | 194.91º | 0.79% | 0.6% | - |
| HSV(B) | 194.91º | 0.69% | 0.92% | - |
| XYZ | 36.89 | 45.94 | 84.76 | - |
| YUV | 162.38 | 168.41 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 234 | 0.69 | 0.17 | 0 | 0.08 | 194.91 | 0.79 | 0.6 |
| Hex | 49 | C2 | EA | 45 | 11 | 0 | 8 | C3 | 4F | 3C |
| Octal | 111 | 302 | 352 | 105 | 21 | 0 | 10 | 303 | 117 | 74 |
| Binary | 1001001 | 11000010 | 11101010 | 1000101 | 10001 | 0 | 1000 | 11000011 | 1001111 | 111100 |
Color Harmonies of #49C2EA
Complementary color
Monochromatic Colors of #49C2EA
Black with #49C2EA
Text Example
Text Example
White with #49C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2EA; }
p { color: rgb(73,194,234); }
H1.HeaderClassName
{
color: #49C2EA;
}
.AnyTagClassName
{
color: #49C2EA;
}
</style>
background-color css
<style>
a { background-color: #49C2EA; }
a { background-color: rgb(73,194,234); }
div.DivClassName
{
background-color: #49C2EA;
}
.BgClassName
{
background-color: #49C2EA;
}
</style>
border-color css
<style>
span { border-color: #49C2EA; }
span { border-color: rgb(73,194,234); }
td.TdClassName
{
border-color: #49C2EA;
}
.TagClassName
{
border-color: #49C2EA;
}
</style>