Shades of Eastern Blue #008E9A
Tints of Eastern Blue #008E9A
RGB
CMYK
RGB Variations
Color information
#008E9A (or 0x008E9A) is known color: Eastern Blue. HEX triplet: 00, 8E and 9A. RGB value is (0,142,154). Sum of RGB (Red+Green+Blue) = 0+142+154=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #008E9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008E9A is #FF7165. Grayscale: #646464. Windows color (decimal): -16740710 or 10128896. OLE color: 10128896.
HSL color Cylindrical-coordinate representation of color #008E9A: hue angle of 184.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E9A is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 142 | 154 | - |
| CMYK | 1 | 0.08 | 0 | 0.40 |
| HSL | 184.68º | 1% | 0.3% | - |
| HSV(B) | 184.68º | 1% | 0.6% | - |
| XYZ | 15.51 | 21.68 | 33.94 | - |
| YUV | 100.91 | 157.96 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 154 | 1 | 0.08 | 0 | 0.40 | 184.68 | 1 | 0.3 |
| Hex | 0 | 8E | 9A | 64 | 8 | 0 | 28 | B9 | 64 | 1E |
| Octal | 0 | 216 | 232 | 144 | 10 | 0 | 50 | 271 | 144 | 36 |
| Binary | 0 | 10001110 | 10011010 | 1100100 | 1000 | 0 | 101000 | 10111001 | 1100100 | 11110 |
Color Harmonies of #008E9A
Complementary color
Monochromatic Colors of #008E9A
Black with #008E9A
Text Example
Text Example
White with #008E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E9A; }
p { color: rgb(0,142,154); }
H1.HeaderClassName
{
color: #008E9A;
}
.AnyTagClassName
{
color: #008E9A;
}
</style>
background-color css
<style>
a { background-color: #008E9A; }
a { background-color: rgb(0,142,154); }
div.DivClassName
{
background-color: #008E9A;
}
.BgClassName
{
background-color: #008E9A;
}
</style>
border-color css
<style>
span { border-color: #008E9A; }
span { border-color: rgb(0,142,154); }
td.TdClassName
{
border-color: #008E9A;
}
.TagClassName
{
border-color: #008E9A;
}
</style>