Shades of Summer Sky #49BCDF
Tints of Summer Sky #49BCDF
RGB
CMYK
RGB Variations
Color information
#49BCDF (or 0x49BCDF) is known color: Summer Sky. HEX triplet: 49, BC and DF. RGB value is (73,188,223). Sum of RGB (Red+Green+Blue) = 73+188+223=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #49BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCDF is #B64320. Grayscale: #9D9D9D. Windows color (decimal): -11944737 or 14662729. OLE color: 14662729.
HSL color Cylindrical-coordinate representation of color #49BCDF: hue angle of 194º 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 #49BCDF is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 188 | 223 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.13 |
| HSL | 194º | 0.7% | 0.58% | - |
| HSV(B) | 194º | 0.67% | 0.87% | - |
| XYZ | 34.05 | 42.71 | 76.26 | - |
| YUV | 157.61 | 164.9 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 223 | 0.67 | 0.16 | 0 | 0.13 | 194 | 0.7 | 0.58 |
| Hex | 49 | BC | DF | 43 | 10 | 0 | D | C2 | 46 | 3A |
| Octal | 111 | 274 | 337 | 103 | 20 | 0 | 15 | 302 | 106 | 72 |
| Binary | 1001001 | 10111100 | 11011111 | 1000011 | 10000 | 0 | 1101 | 11000010 | 1000110 | 111010 |
Color Harmonies of #49BCDF
Complementary color
Monochromatic Colors of #49BCDF
Black with #49BCDF
Text Example
Text Example
White with #49BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BCDF; }
p { color: rgb(73,188,223); }
H1.HeaderClassName
{
color: #49BCDF;
}
.AnyTagClassName
{
color: #49BCDF;
}
</style>
background-color css
<style>
a { background-color: #49BCDF; }
a { background-color: rgb(73,188,223); }
div.DivClassName
{
background-color: #49BCDF;
}
.BgClassName
{
background-color: #49BCDF;
}
</style>
border-color css
<style>
span { border-color: #49BCDF; }
span { border-color: rgb(73,188,223); }
td.TdClassName
{
border-color: #49BCDF;
}
.TagClassName
{
border-color: #49BCDF;
}
</style>