Shades of Summer Sky #49C0FF
Tints of Summer Sky #49C0FF
RGB
CMYK
RGB Variations
Color information
#49C0FF (or 0x49C0FF) is known color: Summer Sky. HEX triplet: 49, C0 and FF. RGB value is (73,192,255). Sum of RGB (Red+Green+Blue) = 73+192+255=520 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.04% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #49C0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C0FF is #B63F00. Grayscale: #A3A3A3. Windows color (decimal): -11943681 or 16760905. OLE color: 16760905.
HSL color Cylindrical-coordinate representation of color #49C0FF: hue angle of 200.77º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49C0FF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 192 | 255 | - |
| CMYK | 0.71 | 0.25 | 0 | 0 |
| HSL | 200.77º | 1% | 0.64% | - |
| HSV(B) | 200.77º | 0.71% | 1% | - |
| XYZ | 39.65 | 46.34 | 101.46 | - |
| YUV | 163.6 | 179.58 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 255 | 0.71 | 0.25 | 0 | 0 | 200.77 | 1 | 0.64 |
| Hex | 49 | C0 | FF | 47 | 19 | 0 | 0 | C9 | 64 | 40 |
| Octal | 111 | 300 | 377 | 107 | 31 | 0 | 0 | 311 | 144 | 100 |
| Binary | 1001001 | 11000000 | 11111111 | 1000111 | 11001 | 0 | 0 | 11001001 | 1100100 | 1000000 |
Color Harmonies of #49C0FF
Complementary color
Monochromatic Colors of #49C0FF
Black with #49C0FF
Text Example
Text Example
White with #49C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0FF; }
p { color: rgb(73,192,255); }
H1.HeaderClassName
{
color: #49C0FF;
}
.AnyTagClassName
{
color: #49C0FF;
}
</style>
background-color css
<style>
a { background-color: #49C0FF; }
a { background-color: rgb(73,192,255); }
div.DivClassName
{
background-color: #49C0FF;
}
.BgClassName
{
background-color: #49C0FF;
}
</style>
border-color css
<style>
span { border-color: #49C0FF; }
span { border-color: rgb(73,192,255); }
td.TdClassName
{
border-color: #49C0FF;
}
.TagClassName
{
border-color: #49C0FF;
}
</style>