Shades of Summer Sky #49BFE9
Tints of Summer Sky #49BFE9
RGB
CMYK
RGB Variations
Color information
#49BFE9 (or 0x49BFE9) is known color: Summer Sky. HEX triplet: 49, BF and E9. RGB value is (73,191,233). Sum of RGB (Red+Green+Blue) = 73+191+233=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #49BFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BFE9 is #B64016. Grayscale: #A0A0A0. Windows color (decimal): -11943959 or 15318857. OLE color: 15318857.
HSL color Cylindrical-coordinate representation of color #49BFE9: hue angle of 195.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49BFE9 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 191 | 233 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.09 |
| HSL | 195.75º | 0.78% | 0.6% | - |
| HSV(B) | 195.75º | 0.69% | 0.91% | - |
| XYZ | 36.09 | 44.56 | 83.79 | - |
| YUV | 160.51 | 168.91 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 233 | 0.69 | 0.18 | 0 | 0.09 | 195.75 | 0.78 | 0.6 |
| Hex | 49 | BF | E9 | 45 | 12 | 0 | 9 | C4 | 4E | 3C |
| Octal | 111 | 277 | 351 | 105 | 22 | 0 | 11 | 304 | 116 | 74 |
| Binary | 1001001 | 10111111 | 11101001 | 1000101 | 10010 | 0 | 1001 | 11000100 | 1001110 | 111100 |
Color Harmonies of #49BFE9
Complementary color
Monochromatic Colors of #49BFE9
Black with #49BFE9
Text Example
Text Example
White with #49BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFE9; }
p { color: rgb(73,191,233); }
H1.HeaderClassName
{
color: #49BFE9;
}
.AnyTagClassName
{
color: #49BFE9;
}
</style>
background-color css
<style>
a { background-color: #49BFE9; }
a { background-color: rgb(73,191,233); }
div.DivClassName
{
background-color: #49BFE9;
}
.BgClassName
{
background-color: #49BFE9;
}
</style>
border-color css
<style>
span { border-color: #49BFE9; }
span { border-color: rgb(73,191,233); }
td.TdClassName
{
border-color: #49BFE9;
}
.TagClassName
{
border-color: #49BFE9;
}
</style>