Shades of Summer Sky #49C0FE
Tints of Summer Sky #49C0FE
RGB
CMYK
RGB Variations
Color information
#49C0FE (or 0x49C0FE) is known color: Summer Sky. HEX triplet: 49, C0 and FE. RGB value is (73,192,254). Sum of RGB (Red+Green+Blue) = 73+192+254=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #49C0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C0FE is #B63F01. Grayscale: #A3A3A3. Windows color (decimal): -11943682 or 16695369. OLE color: 16695369.
HSL color Cylindrical-coordinate representation of color #49C0FE: hue angle of 200.55º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49C0FE is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 192 | 254 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.00 |
| HSL | 200.55º | 0.99% | 0.64% | - |
| HSV(B) | 200.55º | 0.71% | 1% | - |
| XYZ | 39.49 | 46.27 | 100.62 | - |
| YUV | 163.49 | 179.08 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 254 | 0.71 | 0.24 | 0 | 0.00 | 200.55 | 0.99 | 0.64 |
| Hex | 49 | C0 | FE | 47 | 18 | 0 | 0 | C9 | 63 | 40 |
| Octal | 111 | 300 | 376 | 107 | 30 | 0 | 0 | 311 | 143 | 100 |
| Binary | 1001001 | 11000000 | 11111110 | 1000111 | 11000 | 0 | 0 | 11001001 | 1100011 | 1000000 |
Color Harmonies of #49C0FE
Complementary color
Monochromatic Colors of #49C0FE
Black with #49C0FE
Text Example
Text Example
White with #49C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0FE; }
p { color: rgb(73,192,254); }
H1.HeaderClassName
{
color: #49C0FE;
}
.AnyTagClassName
{
color: #49C0FE;
}
</style>
background-color css
<style>
a { background-color: #49C0FE; }
a { background-color: rgb(73,192,254); }
div.DivClassName
{
background-color: #49C0FE;
}
.BgClassName
{
background-color: #49C0FE;
}
</style>
border-color css
<style>
span { border-color: #49C0FE; }
span { border-color: rgb(73,192,254); }
td.TdClassName
{
border-color: #49C0FE;
}
.TagClassName
{
border-color: #49C0FE;
}
</style>