Shades of Summer Sky #49C2FF
Tints of Summer Sky #49C2FF
RGB
CMYK
RGB Variations
Color information
#49C2FF (or 0x49C2FF) is known color: Summer Sky. HEX triplet: 49, C2 and FF. RGB value is (73,194,255). Sum of RGB (Red+Green+Blue) = 73+194+255=522 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.98% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #49C2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C2FF is #B63D00. Grayscale: #A4A4A4. Windows color (decimal): -11943169 or 16761417. OLE color: 16761417.
HSL color Cylindrical-coordinate representation of color #49C2FF: hue angle of 200.11º 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 #49C2FF is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 194 | 255 | - |
| CMYK | 0.71 | 0.24 | 0 | 0 |
| HSL | 200.11º | 1% | 0.64% | - |
| HSV(B) | 200.11º | 0.71% | 1% | - |
| XYZ | 40.09 | 47.22 | 101.61 | - |
| YUV | 164.78 | 178.91 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 255 | 0.71 | 0.24 | 0 | 0 | 200.11 | 1 | 0.64 |
| Hex | 49 | C2 | FF | 47 | 18 | 0 | 0 | C8 | 64 | 40 |
| Octal | 111 | 302 | 377 | 107 | 30 | 0 | 0 | 310 | 144 | 100 |
| Binary | 1001001 | 11000010 | 11111111 | 1000111 | 11000 | 0 | 0 | 11001000 | 1100100 | 1000000 |
Color Harmonies of #49C2FF
Complementary color
Monochromatic Colors of #49C2FF
Black with #49C2FF
Text Example
Text Example
White with #49C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2FF; }
p { color: rgb(73,194,255); }
H1.HeaderClassName
{
color: #49C2FF;
}
.AnyTagClassName
{
color: #49C2FF;
}
</style>
background-color css
<style>
a { background-color: #49C2FF; }
a { background-color: rgb(73,194,255); }
div.DivClassName
{
background-color: #49C2FF;
}
.BgClassName
{
background-color: #49C2FF;
}
</style>
border-color css
<style>
span { border-color: #49C2FF; }
span { border-color: rgb(73,194,255); }
td.TdClassName
{
border-color: #49C2FF;
}
.TagClassName
{
border-color: #49C2FF;
}
</style>