Shades of Summer Sky #49C7FC
Tints of Summer Sky #49C7FC
RGB
CMYK
RGB Variations
Color information
#49C7FC (or 0x49C7FC) is known color: Summer Sky. HEX triplet: 49, C7 and FC. RGB value is (73,199,252). Sum of RGB (Red+Green+Blue) = 73+199+252=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #49C7FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C7FC is #B63803. Grayscale: #A7A7A7. Windows color (decimal): -11941892 or 16566089. OLE color: 16566089.
HSL color Cylindrical-coordinate representation of color #49C7FC: hue angle of 197.77º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49C7FC is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 199 | 252 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.01 |
| HSL | 197.77º | 0.97% | 0.64% | - |
| HSV(B) | 197.77º | 0.71% | 0.99% | - |
| XYZ | 40.74 | 49.29 | 99.46 | - |
| YUV | 167.37 | 175.76 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 252 | 0.71 | 0.21 | 0 | 0.01 | 197.77 | 0.97 | 0.64 |
| Hex | 49 | C7 | FC | 47 | 15 | 0 | 1 | C6 | 61 | 40 |
| Octal | 111 | 307 | 374 | 107 | 25 | 0 | 1 | 306 | 141 | 100 |
| Binary | 1001001 | 11000111 | 11111100 | 1000111 | 10101 | 0 | 1 | 11000110 | 1100001 | 1000000 |
Color Harmonies of #49C7FC
Complementary color
Monochromatic Colors of #49C7FC
Black with #49C7FC
Text Example
Text Example
White with #49C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C7FC; }
p { color: rgb(73,199,252); }
H1.HeaderClassName
{
color: #49C7FC;
}
.AnyTagClassName
{
color: #49C7FC;
}
</style>
background-color css
<style>
a { background-color: #49C7FC; }
a { background-color: rgb(73,199,252); }
div.DivClassName
{
background-color: #49C7FC;
}
.BgClassName
{
background-color: #49C7FC;
}
</style>
border-color css
<style>
span { border-color: #49C7FC; }
span { border-color: rgb(73,199,252); }
td.TdClassName
{
border-color: #49C7FC;
}
.TagClassName
{
border-color: #49C7FC;
}
</style>