Shades of Summer Sky #49BBDD
Tints of Summer Sky #49BBDD
RGB
CMYK
RGB Variations
Color information
#49BBDD (or 0x49BBDD) is known color: Summer Sky. HEX triplet: 49, BB and DD. RGB value is (73,187,221). Sum of RGB (Red+Green+Blue) = 73+187+221=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #49BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBDD is #B64422. Grayscale: #9C9C9C. Windows color (decimal): -11944995 or 14531401. OLE color: 14531401.
HSL color Cylindrical-coordinate representation of color #49BBDD: hue angle of 193.78º 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 #49BBDD is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 187 | 221 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.13 |
| HSL | 193.78º | 0.69% | 0.58% | - |
| HSV(B) | 193.78º | 0.67% | 0.87% | - |
| XYZ | 33.57 | 42.18 | 74.78 | - |
| YUV | 156.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 221 | 0.67 | 0.15 | 0 | 0.13 | 193.78 | 0.69 | 0.58 |
| Hex | 49 | BB | DD | 43 | F | 0 | D | C2 | 45 | 3A |
| Octal | 111 | 273 | 335 | 103 | 17 | 0 | 15 | 302 | 105 | 72 |
| Binary | 1001001 | 10111011 | 11011101 | 1000011 | 1111 | 0 | 1101 | 11000010 | 1000101 | 111010 |
Color Harmonies of #49BBDD
Complementary color
Monochromatic Colors of #49BBDD
Black with #49BBDD
Text Example
Text Example
White with #49BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBDD; }
p { color: rgb(73,187,221); }
H1.HeaderClassName
{
color: #49BBDD;
}
.AnyTagClassName
{
color: #49BBDD;
}
</style>
background-color css
<style>
a { background-color: #49BBDD; }
a { background-color: rgb(73,187,221); }
div.DivClassName
{
background-color: #49BBDD;
}
.BgClassName
{
background-color: #49BBDD;
}
</style>
border-color css
<style>
span { border-color: #49BBDD; }
span { border-color: rgb(73,187,221); }
td.TdClassName
{
border-color: #49BBDD;
}
.TagClassName
{
border-color: #49BBDD;
}
</style>