Shades of Summer Sky #49BBFF
Tints of Summer Sky #49BBFF
RGB
CMYK
RGB Variations
Color information
#49BBFF (or 0x49BBFF) is known color: Summer Sky. HEX triplet: 49, BB and FF. RGB value is (73,187,255). Sum of RGB (Red+Green+Blue) = 73+187+255=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #49BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BBFF is #B64400. Grayscale: #A0A0A0. Windows color (decimal): -11944961 or 16759625. OLE color: 16759625.
HSL color Cylindrical-coordinate representation of color #49BBFF: hue angle of 202.42º 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 #49BBFF is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 187 | 255 | - |
| CMYK | 0.71 | 0.27 | 0 | 0 |
| HSL | 202.42º | 1% | 0.64% | - |
| HSV(B) | 202.42º | 0.71% | 1% | - |
| XYZ | 38.57 | 44.18 | 101.1 | - |
| YUV | 160.67 | 181.23 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 255 | 0.71 | 0.27 | 0 | 0 | 202.42 | 1 | 0.64 |
| Hex | 49 | BB | FF | 47 | 1B | 0 | 0 | CA | 64 | 40 |
| Octal | 111 | 273 | 377 | 107 | 33 | 0 | 0 | 312 | 144 | 100 |
| Binary | 1001001 | 10111011 | 11111111 | 1000111 | 11011 | 0 | 0 | 11001010 | 1100100 | 1000000 |
Color Harmonies of #49BBFF
Complementary color
Monochromatic Colors of #49BBFF
Black with #49BBFF
Text Example
Text Example
White with #49BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBFF; }
p { color: rgb(73,187,255); }
H1.HeaderClassName
{
color: #49BBFF;
}
.AnyTagClassName
{
color: #49BBFF;
}
</style>
background-color css
<style>
a { background-color: #49BBFF; }
a { background-color: rgb(73,187,255); }
div.DivClassName
{
background-color: #49BBFF;
}
.BgClassName
{
background-color: #49BBFF;
}
</style>
border-color css
<style>
span { border-color: #49BBFF; }
span { border-color: rgb(73,187,255); }
td.TdClassName
{
border-color: #49BBFF;
}
.TagClassName
{
border-color: #49BBFF;
}
</style>