Shades of Summer Sky #49C2EF
Tints of Summer Sky #49C2EF
RGB
CMYK
RGB Variations
Color information
#49C2EF (or 0x49C2EF) is known color: Summer Sky. HEX triplet: 49, C2 and EF. RGB value is (73,194,239). Sum of RGB (Red+Green+Blue) = 73+194+239=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #49C2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C2EF is #B63D10. Grayscale: #A2A2A2. Windows color (decimal): -11943185 or 15712841. OLE color: 15712841.
HSL color Cylindrical-coordinate representation of color #49C2EF: hue angle of 196.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C2EF is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 194 | 239 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.06 |
| HSL | 196.27º | 0.84% | 0.61% | - |
| HSV(B) | 196.27º | 0.69% | 0.94% | - |
| XYZ | 37.62 | 46.23 | 88.6 | - |
| YUV | 162.95 | 170.91 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 239 | 0.69 | 0.19 | 0 | 0.06 | 196.27 | 0.84 | 0.61 |
| Hex | 49 | C2 | EF | 45 | 13 | 0 | 6 | C4 | 54 | 3D |
| Octal | 111 | 302 | 357 | 105 | 23 | 0 | 6 | 304 | 124 | 75 |
| Binary | 1001001 | 11000010 | 11101111 | 1000101 | 10011 | 0 | 110 | 11000100 | 1010100 | 111101 |
Color Harmonies of #49C2EF
Complementary color
Monochromatic Colors of #49C2EF
Black with #49C2EF
Text Example
Text Example
White with #49C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2EF; }
p { color: rgb(73,194,239); }
H1.HeaderClassName
{
color: #49C2EF;
}
.AnyTagClassName
{
color: #49C2EF;
}
</style>
background-color css
<style>
a { background-color: #49C2EF; }
a { background-color: rgb(73,194,239); }
div.DivClassName
{
background-color: #49C2EF;
}
.BgClassName
{
background-color: #49C2EF;
}
</style>
border-color css
<style>
span { border-color: #49C2EF; }
span { border-color: rgb(73,194,239); }
td.TdClassName
{
border-color: #49C2EF;
}
.TagClassName
{
border-color: #49C2EF;
}
</style>