Shades of Summer Sky #49C5FB
Tints of Summer Sky #49C5FB
RGB
CMYK
RGB Variations
Color information
#49C5FB (or 0x49C5FB) is known color: Summer Sky. HEX triplet: 49, C5 and FB. RGB value is (73,197,251). Sum of RGB (Red+Green+Blue) = 73+197+251=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #49C5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C5FB is #B63A04. Grayscale: #A5A5A5. Windows color (decimal): -11942405 or 16500041. OLE color: 16500041.
HSL color Cylindrical-coordinate representation of color #49C5FB: hue angle of 198.2º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49C5FB is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 197 | 251 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.02 |
| HSL | 198.2º | 0.96% | 0.64% | - |
| HSV(B) | 198.2º | 0.71% | 0.98% | - |
| XYZ | 40.13 | 48.31 | 98.48 | - |
| YUV | 166.08 | 175.92 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 251 | 0.71 | 0.22 | 0 | 0.02 | 198.2 | 0.96 | 0.64 |
| Hex | 49 | C5 | FB | 47 | 16 | 0 | 2 | C6 | 60 | 40 |
| Octal | 111 | 305 | 373 | 107 | 26 | 0 | 2 | 306 | 140 | 100 |
| Binary | 1001001 | 11000101 | 11111011 | 1000111 | 10110 | 0 | 10 | 11000110 | 1100000 | 1000000 |
Color Harmonies of #49C5FB
Complementary color
Monochromatic Colors of #49C5FB
Black with #49C5FB
Text Example
Text Example
White with #49C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C5FB; }
p { color: rgb(73,197,251); }
H1.HeaderClassName
{
color: #49C5FB;
}
.AnyTagClassName
{
color: #49C5FB;
}
</style>
background-color css
<style>
a { background-color: #49C5FB; }
a { background-color: rgb(73,197,251); }
div.DivClassName
{
background-color: #49C5FB;
}
.BgClassName
{
background-color: #49C5FB;
}
</style>
border-color css
<style>
span { border-color: #49C5FB; }
span { border-color: rgb(73,197,251); }
td.TdClassName
{
border-color: #49C5FB;
}
.TagClassName
{
border-color: #49C5FB;
}
</style>