Shades of Summer Sky #49BFDD
Tints of Summer Sky #49BFDD
RGB
CMYK
RGB Variations
Color information
#49BFDD (or 0x49BFDD) is known color: Summer Sky. HEX triplet: 49, BF and DD. RGB value is (73,191,221). Sum of RGB (Red+Green+Blue) = 73+191+221=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #49BFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFDD is #B64022. Grayscale: #9E9E9E. Windows color (decimal): -11943971 or 14532425. OLE color: 14532425.
HSL color Cylindrical-coordinate representation of color #49BFDD: hue angle of 192.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BFDD is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 191 | 221 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.13 |
| HSL | 192.16º | 0.69% | 0.58% | - |
| HSV(B) | 192.16º | 0.67% | 0.87% | - |
| XYZ | 34.43 | 43.9 | 75.07 | - |
| YUV | 159.14 | 162.91 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 221 | 0.67 | 0.14 | 0 | 0.13 | 192.16 | 0.69 | 0.58 |
| Hex | 49 | BF | DD | 43 | E | 0 | D | C0 | 45 | 3A |
| Octal | 111 | 277 | 335 | 103 | 16 | 0 | 15 | 300 | 105 | 72 |
| Binary | 1001001 | 10111111 | 11011101 | 1000011 | 1110 | 0 | 1101 | 11000000 | 1000101 | 111010 |
Color Harmonies of #49BFDD
Complementary color
Monochromatic Colors of #49BFDD
Black with #49BFDD
Text Example
Text Example
White with #49BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BFDD; }
p { color: rgb(73,191,221); }
H1.HeaderClassName
{
color: #49BFDD;
}
.AnyTagClassName
{
color: #49BFDD;
}
</style>
background-color css
<style>
a { background-color: #49BFDD; }
a { background-color: rgb(73,191,221); }
div.DivClassName
{
background-color: #49BFDD;
}
.BgClassName
{
background-color: #49BFDD;
}
</style>
border-color css
<style>
span { border-color: #49BFDD; }
span { border-color: rgb(73,191,221); }
td.TdClassName
{
border-color: #49BFDD;
}
.TagClassName
{
border-color: #49BFDD;
}
</style>