Shades of Summer Sky #49BBDF
Tints of Summer Sky #49BBDF
RGB
CMYK
RGB Variations
Color information
#49BBDF (or 0x49BBDF) is known color: Summer Sky. HEX triplet: 49, BB and DF. RGB value is (73,187,223). Sum of RGB (Red+Green+Blue) = 73+187+223=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #49BBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BBDF is #B64420. Grayscale: #9C9C9C. Windows color (decimal): -11944993 or 14662473. OLE color: 14662473.
HSL color Cylindrical-coordinate representation of color #49BBDF: hue angle of 194.4º 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 #49BBDF is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 187 | 223 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.13 |
| HSL | 194.4º | 0.7% | 0.58% | - |
| HSV(B) | 194.4º | 0.67% | 0.87% | - |
| XYZ | 33.84 | 42.28 | 76.19 | - |
| YUV | 157.02 | 165.23 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 223 | 0.67 | 0.16 | 0 | 0.13 | 194.4 | 0.7 | 0.58 |
| Hex | 49 | BB | DF | 43 | 10 | 0 | D | C2 | 46 | 3A |
| Octal | 111 | 273 | 337 | 103 | 20 | 0 | 15 | 302 | 106 | 72 |
| Binary | 1001001 | 10111011 | 11011111 | 1000011 | 10000 | 0 | 1101 | 11000010 | 1000110 | 111010 |
Color Harmonies of #49BBDF
Complementary color
Monochromatic Colors of #49BBDF
Black with #49BBDF
Text Example
Text Example
White with #49BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBDF; }
p { color: rgb(73,187,223); }
H1.HeaderClassName
{
color: #49BBDF;
}
.AnyTagClassName
{
color: #49BBDF;
}
</style>
background-color css
<style>
a { background-color: #49BBDF; }
a { background-color: rgb(73,187,223); }
div.DivClassName
{
background-color: #49BBDF;
}
.BgClassName
{
background-color: #49BBDF;
}
</style>
border-color css
<style>
span { border-color: #49BBDF; }
span { border-color: rgb(73,187,223); }
td.TdClassName
{
border-color: #49BBDF;
}
.TagClassName
{
border-color: #49BBDF;
}
</style>