Shades of Eastern Blue #008E9F
Tints of Eastern Blue #008E9F
RGB
CMYK
RGB Variations
Color information
#008E9F (or 0x008E9F) is known color: Eastern Blue. HEX triplet: 00, 8E and 9F. RGB value is (0,142,159). Sum of RGB (Red+Green+Blue) = 0+142+159=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #008E9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008E9F is #FF7160. Grayscale: #656565. Windows color (decimal): -16740705 or 10456576. OLE color: 10456576.
HSL color Cylindrical-coordinate representation of color #008E9F: hue angle of 186.42º 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 #008E9F is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 142 | 159 | - |
| CMYK | 1 | 0.11 | 0 | 0.38 |
| HSL | 186.42º | 1% | 0.31% | - |
| HSV(B) | 186.42º | 1% | 0.62% | - |
| XYZ | 15.93 | 21.85 | 36.18 | - |
| YUV | 101.48 | 160.46 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 159 | 1 | 0.11 | 0 | 0.38 | 186.42 | 1 | 0.31 |
| Hex | 0 | 8E | 9F | 64 | B | 0 | 26 | BA | 64 | 1F |
| Octal | 0 | 216 | 237 | 144 | 13 | 0 | 46 | 272 | 144 | 37 |
| Binary | 0 | 10001110 | 10011111 | 1100100 | 1011 | 0 | 100110 | 10111010 | 1100100 | 11111 |
Color Harmonies of #008E9F
Complementary color
Monochromatic Colors of #008E9F
Black with #008E9F
Text Example
Text Example
White with #008E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E9F; }
p { color: rgb(0,142,159); }
H1.HeaderClassName
{
color: #008E9F;
}
.AnyTagClassName
{
color: #008E9F;
}
</style>
background-color css
<style>
a { background-color: #008E9F; }
a { background-color: rgb(0,142,159); }
div.DivClassName
{
background-color: #008E9F;
}
.BgClassName
{
background-color: #008E9F;
}
</style>
border-color css
<style>
span { border-color: #008E9F; }
span { border-color: rgb(0,142,159); }
td.TdClassName
{
border-color: #008E9F;
}
.TagClassName
{
border-color: #008E9F;
}
</style>