Shades of Summer Sky #49BCDD
Tints of Summer Sky #49BCDD
RGB
CMYK
RGB Variations
Color information
#49BCDD (or 0x49BCDD) is known color: Summer Sky. HEX triplet: 49, BC and DD. RGB value is (73,188,221). Sum of RGB (Red+Green+Blue) = 73+188+221=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #49BCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCDD is #B64322. Grayscale: #9D9D9D. Windows color (decimal): -11944739 or 14531657. OLE color: 14531657.
HSL color Cylindrical-coordinate representation of color #49BCDD: hue angle of 193.38º 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 #49BCDD is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 188 | 221 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.13 |
| HSL | 193.38º | 0.69% | 0.58% | - |
| HSV(B) | 193.38º | 0.67% | 0.87% | - |
| XYZ | 33.78 | 42.6 | 74.85 | - |
| YUV | 157.38 | 163.9 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 221 | 0.67 | 0.15 | 0 | 0.13 | 193.38 | 0.69 | 0.58 |
| Hex | 49 | BC | DD | 43 | F | 0 | D | C1 | 45 | 3A |
| Octal | 111 | 274 | 335 | 103 | 17 | 0 | 15 | 301 | 105 | 72 |
| Binary | 1001001 | 10111100 | 11011101 | 1000011 | 1111 | 0 | 1101 | 11000001 | 1000101 | 111010 |
Color Harmonies of #49BCDD
Complementary color
Monochromatic Colors of #49BCDD
Black with #49BCDD
Text Example
Text Example
White with #49BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCDD; }
p { color: rgb(73,188,221); }
H1.HeaderClassName
{
color: #49BCDD;
}
.AnyTagClassName
{
color: #49BCDD;
}
</style>
background-color css
<style>
a { background-color: #49BCDD; }
a { background-color: rgb(73,188,221); }
div.DivClassName
{
background-color: #49BCDD;
}
.BgClassName
{
background-color: #49BCDD;
}
</style>
border-color css
<style>
span { border-color: #49BCDD; }
span { border-color: rgb(73,188,221); }
td.TdClassName
{
border-color: #49BCDD;
}
.TagClassName
{
border-color: #49BCDD;
}
</style>