Shades of Eastern Blue #118B9E
Tints of Eastern Blue #118B9E
RGB
CMYK
RGB Variations
Color information
#118B9E (or 0x118B9E) is known color: Eastern Blue. HEX triplet: 11, 8B and 9E. RGB value is (17,139,158). Sum of RGB (Red+Green+Blue) = 17+139+158=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #118B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118B9E is #EE7461. Grayscale: #686868. Windows color (decimal): -15627362 or 10390289. OLE color: 10390289.
HSL color Cylindrical-coordinate representation of color #118B9E: hue angle of 188.09º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118B9E is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 139 | 158 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.38 |
| HSL | 188.09º | 0.81% | 0.34% | - |
| HSV(B) | 188.09º | 0.89% | 0.62% | - |
| XYZ | 15.64 | 21.05 | 35.59 | - |
| YUV | 104.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 158 | 0.89 | 0.12 | 0 | 0.38 | 188.09 | 0.81 | 0.34 |
| Hex | 11 | 8B | 9E | 59 | C | 0 | 26 | BC | 51 | 22 |
| Octal | 21 | 213 | 236 | 131 | 14 | 0 | 46 | 274 | 121 | 42 |
| Binary | 10001 | 10001011 | 10011110 | 1011001 | 1100 | 0 | 100110 | 10111100 | 1010001 | 100010 |
Color Harmonies of #118B9E
Complementary color
Monochromatic Colors of #118B9E
Black with #118B9E
Text Example
Text Example
White with #118B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118B9E; }
p { color: rgb(17,139,158); }
H1.HeaderClassName
{
color: #118B9E;
}
.AnyTagClassName
{
color: #118B9E;
}
</style>
background-color css
<style>
a { background-color: #118B9E; }
a { background-color: rgb(17,139,158); }
div.DivClassName
{
background-color: #118B9E;
}
.BgClassName
{
background-color: #118B9E;
}
</style>
border-color css
<style>
span { border-color: #118B9E; }
span { border-color: rgb(17,139,158); }
td.TdClassName
{
border-color: #118B9E;
}
.TagClassName
{
border-color: #118B9E;
}
</style>