Shades of Summer Sky #49C2FE
Tints of Summer Sky #49C2FE
RGB
CMYK
RGB Variations
Color information
#49C2FE (or 0x49C2FE) is known color: Summer Sky. HEX triplet: 49, C2 and FE. RGB value is (73,194,254). Sum of RGB (Red+Green+Blue) = 73+194+254=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #49C2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C2FE is #B63D01. Grayscale: #A4A4A4. Windows color (decimal): -11943170 or 16695881. OLE color: 16695881.
HSL color Cylindrical-coordinate representation of color #49C2FE: hue angle of 199.89º 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 #49C2FE is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 194 | 254 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.00 |
| HSL | 199.89º | 0.99% | 0.64% | - |
| HSV(B) | 199.89º | 0.71% | 1% | - |
| XYZ | 39.93 | 47.16 | 100.76 | - |
| YUV | 164.66 | 178.41 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 254 | 0.71 | 0.24 | 0 | 0.00 | 199.89 | 0.99 | 0.64 |
| Hex | 49 | C2 | FE | 47 | 18 | 0 | 0 | C8 | 63 | 40 |
| Octal | 111 | 302 | 376 | 107 | 30 | 0 | 0 | 310 | 143 | 100 |
| Binary | 1001001 | 11000010 | 11111110 | 1000111 | 11000 | 0 | 0 | 11001000 | 1100011 | 1000000 |
Color Harmonies of #49C2FE
Complementary color
Monochromatic Colors of #49C2FE
Black with #49C2FE
Text Example
Text Example
White with #49C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2FE; }
p { color: rgb(73,194,254); }
H1.HeaderClassName
{
color: #49C2FE;
}
.AnyTagClassName
{
color: #49C2FE;
}
</style>
background-color css
<style>
a { background-color: #49C2FE; }
a { background-color: rgb(73,194,254); }
div.DivClassName
{
background-color: #49C2FE;
}
.BgClassName
{
background-color: #49C2FE;
}
</style>
border-color css
<style>
span { border-color: #49C2FE; }
span { border-color: rgb(73,194,254); }
td.TdClassName
{
border-color: #49C2FE;
}
.TagClassName
{
border-color: #49C2FE;
}
</style>