Shades of Summer Sky #49C1FF
Tints of Summer Sky #49C1FF
RGB
CMYK
RGB Variations
Color information
#49C1FF (or 0x49C1FF) is known color: Summer Sky. HEX triplet: 49, C1 and FF. RGB value is (73,193,255). Sum of RGB (Red+Green+Blue) = 73+193+255=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #49C1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C1FF is #B63E00. Grayscale: #A3A3A3. Windows color (decimal): -11943425 or 16761161. OLE color: 16761161.
HSL color Cylindrical-coordinate representation of color #49C1FF: hue angle of 200.44º 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 #49C1FF is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 193 | 255 | - |
| CMYK | 0.71 | 0.24 | 0 | 0 |
| HSL | 200.44º | 1% | 0.64% | - |
| HSV(B) | 200.44º | 0.71% | 1% | - |
| XYZ | 39.87 | 46.78 | 101.54 | - |
| YUV | 164.19 | 179.24 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 255 | 0.71 | 0.24 | 0 | 0 | 200.44 | 1 | 0.64 |
| Hex | 49 | C1 | FF | 47 | 18 | 0 | 0 | C8 | 64 | 40 |
| Octal | 111 | 301 | 377 | 107 | 30 | 0 | 0 | 310 | 144 | 100 |
| Binary | 1001001 | 11000001 | 11111111 | 1000111 | 11000 | 0 | 0 | 11001000 | 1100100 | 1000000 |
Color Harmonies of #49C1FF
Complementary color
Monochromatic Colors of #49C1FF
Black with #49C1FF
Text Example
Text Example
White with #49C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C1FF; }
p { color: rgb(73,193,255); }
H1.HeaderClassName
{
color: #49C1FF;
}
.AnyTagClassName
{
color: #49C1FF;
}
</style>
background-color css
<style>
a { background-color: #49C1FF; }
a { background-color: rgb(73,193,255); }
div.DivClassName
{
background-color: #49C1FF;
}
.BgClassName
{
background-color: #49C1FF;
}
</style>
border-color css
<style>
span { border-color: #49C1FF; }
span { border-color: rgb(73,193,255); }
td.TdClassName
{
border-color: #49C1FF;
}
.TagClassName
{
border-color: #49C1FF;
}
</style>