Shades of Eastern Blue #008D9E
Tints of Eastern Blue #008D9E
RGB
CMYK
RGB Variations
Color information
#008D9E (or 0x008D9E) is known color: Eastern Blue. HEX triplet: 00, 8D and 9E. RGB value is (0,141,158). Sum of RGB (Red+Green+Blue) = 0+141+158=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #008D9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D9E is #FF7261. Grayscale: #646464. Windows color (decimal): -16740962 or 10390784. OLE color: 10390784.
HSL color Cylindrical-coordinate representation of color #008D9E: hue angle of 186.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D9E is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 141 | 158 | - |
| CMYK | 1 | 0.11 | 0 | 0.38 |
| HSL | 186.46º | 1% | 0.31% | - |
| HSV(B) | 186.46º | 1% | 0.62% | - |
| XYZ | 15.7 | 21.52 | 35.67 | - |
| YUV | 100.78 | 160.29 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 158 | 1 | 0.11 | 0 | 0.38 | 186.46 | 1 | 0.31 |
| Hex | 0 | 8D | 9E | 64 | B | 0 | 26 | BA | 64 | 1F |
| Octal | 0 | 215 | 236 | 144 | 13 | 0 | 46 | 272 | 144 | 37 |
| Binary | 0 | 10001101 | 10011110 | 1100100 | 1011 | 0 | 100110 | 10111010 | 1100100 | 11111 |
Color Harmonies of #008D9E
Complementary color
Monochromatic Colors of #008D9E
Black with #008D9E
Text Example
Text Example
White with #008D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D9E; }
p { color: rgb(0,141,158); }
H1.HeaderClassName
{
color: #008D9E;
}
.AnyTagClassName
{
color: #008D9E;
}
</style>
background-color css
<style>
a { background-color: #008D9E; }
a { background-color: rgb(0,141,158); }
div.DivClassName
{
background-color: #008D9E;
}
.BgClassName
{
background-color: #008D9E;
}
</style>
border-color css
<style>
span { border-color: #008D9E; }
span { border-color: rgb(0,141,158); }
td.TdClassName
{
border-color: #008D9E;
}
.TagClassName
{
border-color: #008D9E;
}
</style>