Shades of Eastern Blue #008E9E
Tints of Eastern Blue #008E9E
RGB
CMYK
RGB Variations
Color information
#008E9E (or 0x008E9E) is known color: Eastern Blue. HEX triplet: 00, 8E and 9E. RGB value is (0,142,158). Sum of RGB (Red+Green+Blue) = 0+142+158=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #008E9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008E9E is #FF7161. Grayscale: #656565. Windows color (decimal): -16740706 or 10391040. OLE color: 10391040.
HSL color Cylindrical-coordinate representation of color #008E9E: hue angle of 186.08º 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 #008E9E is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 142 | 158 | - |
| CMYK | 1 | 0.10 | 0 | 0.38 |
| HSL | 186.08º | 1% | 0.31% | - |
| HSV(B) | 186.08º | 1% | 0.62% | - |
| XYZ | 15.84 | 21.81 | 35.72 | - |
| YUV | 101.37 | 159.96 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 158 | 1 | 0.10 | 0 | 0.38 | 186.08 | 1 | 0.31 |
| Hex | 0 | 8E | 9E | 64 | A | 0 | 26 | BA | 64 | 1F |
| Octal | 0 | 216 | 236 | 144 | 12 | 0 | 46 | 272 | 144 | 37 |
| Binary | 0 | 10001110 | 10011110 | 1100100 | 1010 | 0 | 100110 | 10111010 | 1100100 | 11111 |
Color Harmonies of #008E9E
Complementary color
Monochromatic Colors of #008E9E
Black with #008E9E
Text Example
Text Example
White with #008E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E9E; }
p { color: rgb(0,142,158); }
H1.HeaderClassName
{
color: #008E9E;
}
.AnyTagClassName
{
color: #008E9E;
}
</style>
background-color css
<style>
a { background-color: #008E9E; }
a { background-color: rgb(0,142,158); }
div.DivClassName
{
background-color: #008E9E;
}
.BgClassName
{
background-color: #008E9E;
}
</style>
border-color css
<style>
span { border-color: #008E9E; }
span { border-color: rgb(0,142,158); }
td.TdClassName
{
border-color: #008E9E;
}
.TagClassName
{
border-color: #008E9E;
}
</style>