Shades of Summer Sky #49BAFF
Tints of Summer Sky #49BAFF
RGB
CMYK
RGB Variations
Color information
#49BAFF (or 0x49BAFF) is known color: Summer Sky. HEX triplet: 49, BA and FF. RGB value is (73,186,255). Sum of RGB (Red+Green+Blue) = 73+186+255=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #49BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BAFF is #B64500. Grayscale: #9F9F9F. Windows color (decimal): -11945217 or 16759369. OLE color: 16759369.
HSL color Cylindrical-coordinate representation of color #49BAFF: hue angle of 202.75º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BAFF is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 186 | 255 | - |
| CMYK | 0.71 | 0.27 | 0 | 0 |
| HSL | 202.75º | 1% | 0.64% | - |
| HSV(B) | 202.75º | 0.71% | 1% | - |
| XYZ | 38.36 | 43.75 | 101.03 | - |
| YUV | 160.08 | 181.56 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 255 | 0.71 | 0.27 | 0 | 0 | 202.75 | 1 | 0.64 |
| Hex | 49 | BA | FF | 47 | 1B | 0 | 0 | CB | 64 | 40 |
| Octal | 111 | 272 | 377 | 107 | 33 | 0 | 0 | 313 | 144 | 100 |
| Binary | 1001001 | 10111010 | 11111111 | 1000111 | 11011 | 0 | 0 | 11001011 | 1100100 | 1000000 |
Color Harmonies of #49BAFF
Complementary color
Monochromatic Colors of #49BAFF
Black with #49BAFF
Text Example
Text Example
White with #49BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BAFF; }
p { color: rgb(73,186,255); }
H1.HeaderClassName
{
color: #49BAFF;
}
.AnyTagClassName
{
color: #49BAFF;
}
</style>
background-color css
<style>
a { background-color: #49BAFF; }
a { background-color: rgb(73,186,255); }
div.DivClassName
{
background-color: #49BAFF;
}
.BgClassName
{
background-color: #49BAFF;
}
</style>
border-color css
<style>
span { border-color: #49BAFF; }
span { border-color: rgb(73,186,255); }
td.TdClassName
{
border-color: #49BAFF;
}
.TagClassName
{
border-color: #49BAFF;
}
</style>