Shades of Summer Sky #49BDDF
Tints of Summer Sky #49BDDF
RGB
CMYK
RGB Variations
Color information
#49BDDF (or 0x49BDDF) is known color: Summer Sky. HEX triplet: 49, BD and DF. RGB value is (73,189,223). Sum of RGB (Red+Green+Blue) = 73+189+223=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #49BDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BDDF is #B64220. Grayscale: #9D9D9D. Windows color (decimal): -11944481 or 14662985. OLE color: 14662985.
HSL color Cylindrical-coordinate representation of color #49BDDF: hue angle of 193.6º degrees, saturation: 0.7, 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 #49BDDF is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 189 | 223 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.13 |
| HSL | 193.6º | 0.7% | 0.58% | - |
| HSV(B) | 193.6º | 0.67% | 0.87% | - |
| XYZ | 34.26 | 43.14 | 76.33 | - |
| YUV | 158.19 | 164.57 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 223 | 0.67 | 0.15 | 0 | 0.13 | 193.6 | 0.7 | 0.58 |
| Hex | 49 | BD | DF | 43 | F | 0 | D | C2 | 46 | 3A |
| Octal | 111 | 275 | 337 | 103 | 17 | 0 | 15 | 302 | 106 | 72 |
| Binary | 1001001 | 10111101 | 11011111 | 1000011 | 1111 | 0 | 1101 | 11000010 | 1000110 | 111010 |
Color Harmonies of #49BDDF
Complementary color
Monochromatic Colors of #49BDDF
Black with #49BDDF
Text Example
Text Example
White with #49BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDDF; }
p { color: rgb(73,189,223); }
H1.HeaderClassName
{
color: #49BDDF;
}
.AnyTagClassName
{
color: #49BDDF;
}
</style>
background-color css
<style>
a { background-color: #49BDDF; }
a { background-color: rgb(73,189,223); }
div.DivClassName
{
background-color: #49BDDF;
}
.BgClassName
{
background-color: #49BDDF;
}
</style>
border-color css
<style>
span { border-color: #49BDDF; }
span { border-color: rgb(73,189,223); }
td.TdClassName
{
border-color: #49BDDF;
}
.TagClassName
{
border-color: #49BDDF;
}
</style>