Shades of Summer Sky #49BCF1
Tints of Summer Sky #49BCF1
RGB
CMYK
RGB Variations
Color information
#49BCF1 (or 0x49BCF1) is known color: Summer Sky. HEX triplet: 49, BC and F1. RGB value is (73,188,241). Sum of RGB (Red+Green+Blue) = 73+188+241=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #49BCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BCF1 is #B6430E. Grayscale: #9F9F9F. Windows color (decimal): -11944719 or 15842377. OLE color: 15842377.
HSL color Cylindrical-coordinate representation of color #49BCF1: hue angle of 198.93º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BCF1 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 188 | 241 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.05 |
| HSL | 198.93º | 0.86% | 0.62% | - |
| HSV(B) | 198.93º | 0.7% | 0.95% | - |
| XYZ | 36.61 | 43.73 | 89.73 | - |
| YUV | 159.66 | 173.9 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 241 | 0.70 | 0.22 | 0 | 0.05 | 198.93 | 0.86 | 0.62 |
| Hex | 49 | BC | F1 | 46 | 16 | 0 | 5 | C7 | 56 | 3E |
| Octal | 111 | 274 | 361 | 106 | 26 | 0 | 5 | 307 | 126 | 76 |
| Binary | 1001001 | 10111100 | 11110001 | 1000110 | 10110 | 0 | 101 | 11000111 | 1010110 | 111110 |
Color Harmonies of #49BCF1
Complementary color
Monochromatic Colors of #49BCF1
Black with #49BCF1
Text Example
Text Example
White with #49BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCF1; }
p { color: rgb(73,188,241); }
H1.HeaderClassName
{
color: #49BCF1;
}
.AnyTagClassName
{
color: #49BCF1;
}
</style>
background-color css
<style>
a { background-color: #49BCF1; }
a { background-color: rgb(73,188,241); }
div.DivClassName
{
background-color: #49BCF1;
}
.BgClassName
{
background-color: #49BCF1;
}
</style>
border-color css
<style>
span { border-color: #49BCF1; }
span { border-color: rgb(73,188,241); }
td.TdClassName
{
border-color: #49BCF1;
}
.TagClassName
{
border-color: #49BCF1;
}
</style>