Shades of Summer Sky #49BADA
Tints of Summer Sky #49BADA
RGB
CMYK
RGB Variations
Color information
#49BADA (or 0x49BADA) is known color: Summer Sky. HEX triplet: 49, BA and DA. RGB value is (73,186,218). Sum of RGB (Red+Green+Blue) = 73+186+218=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #49BADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BADA is #B64525. Grayscale: #9B9B9B. Windows color (decimal): -11945254 or 14334537. OLE color: 14334537.
HSL color Cylindrical-coordinate representation of color #49BADA: hue angle of 193.24º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BADA is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 186 | 218 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.15 |
| HSL | 193.24º | 0.66% | 0.57% | - |
| HSV(B) | 193.24º | 0.67% | 0.85% | - |
| XYZ | 32.96 | 41.6 | 72.62 | - |
| YUV | 155.86 | 163.06 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 218 | 0.67 | 0.15 | 0 | 0.15 | 193.24 | 0.66 | 0.57 |
| Hex | 49 | BA | DA | 43 | F | 0 | F | C1 | 42 | 39 |
| Octal | 111 | 272 | 332 | 103 | 17 | 0 | 17 | 301 | 102 | 71 |
| Binary | 1001001 | 10111010 | 11011010 | 1000011 | 1111 | 0 | 1111 | 11000001 | 1000010 | 111001 |
Color Harmonies of #49BADA
Complementary color
Monochromatic Colors of #49BADA
Black with #49BADA
Text Example
Text Example
White with #49BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BADA; }
p { color: rgb(73,186,218); }
H1.HeaderClassName
{
color: #49BADA;
}
.AnyTagClassName
{
color: #49BADA;
}
</style>
background-color css
<style>
a { background-color: #49BADA; }
a { background-color: rgb(73,186,218); }
div.DivClassName
{
background-color: #49BADA;
}
.BgClassName
{
background-color: #49BADA;
}
</style>
border-color css
<style>
span { border-color: #49BADA; }
span { border-color: rgb(73,186,218); }
td.TdClassName
{
border-color: #49BADA;
}
.TagClassName
{
border-color: #49BADA;
}
</style>