Shades of Summer Sky #49C1FE
Tints of Summer Sky #49C1FE
RGB
CMYK
RGB Variations
Color information
#49C1FE (or 0x49C1FE) is known color: Summer Sky. HEX triplet: 49, C1 and FE. RGB value is (73,193,254). Sum of RGB (Red+Green+Blue) = 73+193+254=520 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.04% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #49C1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C1FE is #B63E01. Grayscale: #A3A3A3. Windows color (decimal): -11943426 or 16695625. OLE color: 16695625.
HSL color Cylindrical-coordinate representation of color #49C1FE: hue angle of 200.22º 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 #49C1FE is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 193 | 254 | - |
| CMYK | 0.71 | 0.24 | 0 | 0.00 |
| HSL | 200.22º | 0.99% | 0.64% | - |
| HSV(B) | 200.22º | 0.71% | 1% | - |
| XYZ | 39.71 | 46.71 | 100.69 | - |
| YUV | 164.07 | 178.74 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 254 | 0.71 | 0.24 | 0 | 0.00 | 200.22 | 0.99 | 0.64 |
| Hex | 49 | C1 | FE | 47 | 18 | 0 | 0 | C8 | 63 | 40 |
| Octal | 111 | 301 | 376 | 107 | 30 | 0 | 0 | 310 | 143 | 100 |
| Binary | 1001001 | 11000001 | 11111110 | 1000111 | 11000 | 0 | 0 | 11001000 | 1100011 | 1000000 |
Color Harmonies of #49C1FE
Complementary color
Monochromatic Colors of #49C1FE
Black with #49C1FE
Text Example
Text Example
White with #49C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C1FE; }
p { color: rgb(73,193,254); }
H1.HeaderClassName
{
color: #49C1FE;
}
.AnyTagClassName
{
color: #49C1FE;
}
</style>
background-color css
<style>
a { background-color: #49C1FE; }
a { background-color: rgb(73,193,254); }
div.DivClassName
{
background-color: #49C1FE;
}
.BgClassName
{
background-color: #49C1FE;
}
</style>
border-color css
<style>
span { border-color: #49C1FE; }
span { border-color: rgb(73,193,254); }
td.TdClassName
{
border-color: #49C1FE;
}
.TagClassName
{
border-color: #49C1FE;
}
</style>