Shades of Summer Sky #49BBF3
Tints of Summer Sky #49BBF3
RGB
CMYK
RGB Variations
Color information
#49BBF3 (or 0x49BBF3) is known color: Summer Sky. HEX triplet: 49, BB and F3. RGB value is (73,187,243). Sum of RGB (Red+Green+Blue) = 73+187+243=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #49BBF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BBF3 is #B6440C. Grayscale: #9E9E9E. Windows color (decimal): -11944973 or 15973193. OLE color: 15973193.
HSL color Cylindrical-coordinate representation of color #49BBF3: hue angle of 199.76º degrees, saturation: 0.88, 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 #49BBF3 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 187 | 243 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.05 |
| HSL | 199.76º | 0.88% | 0.62% | - |
| HSV(B) | 199.76º | 0.7% | 0.95% | - |
| XYZ | 36.7 | 43.43 | 91.24 | - |
| YUV | 159.3 | 175.23 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 243 | 0.70 | 0.23 | 0 | 0.05 | 199.76 | 0.88 | 0.62 |
| Hex | 49 | BB | F3 | 46 | 17 | 0 | 5 | C8 | 58 | 3E |
| Octal | 111 | 273 | 363 | 106 | 27 | 0 | 5 | 310 | 130 | 76 |
| Binary | 1001001 | 10111011 | 11110011 | 1000110 | 10111 | 0 | 101 | 11001000 | 1011000 | 111110 |
Color Harmonies of #49BBF3
Complementary color
Monochromatic Colors of #49BBF3
Black with #49BBF3
Text Example
Text Example
White with #49BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBF3; }
p { color: rgb(73,187,243); }
H1.HeaderClassName
{
color: #49BBF3;
}
.AnyTagClassName
{
color: #49BBF3;
}
</style>
background-color css
<style>
a { background-color: #49BBF3; }
a { background-color: rgb(73,187,243); }
div.DivClassName
{
background-color: #49BBF3;
}
.BgClassName
{
background-color: #49BBF3;
}
</style>
border-color css
<style>
span { border-color: #49BBF3; }
span { border-color: rgb(73,187,243); }
td.TdClassName
{
border-color: #49BBF3;
}
.TagClassName
{
border-color: #49BBF3;
}
</style>