Shades of Eastern Blue #008EA0
Tints of Eastern Blue #008EA0
RGB
CMYK
RGB Variations
Color information
#008EA0 (or 0x008EA0) is known color: Eastern Blue. HEX triplet: 00, 8E and A0. RGB value is (0,142,160). Sum of RGB (Red+Green+Blue) = 0+142+160=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #008EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008EA0 is #FF715F. Grayscale: #656565. Windows color (decimal): -16740704 or 10522112. OLE color: 10522112.
HSL color Cylindrical-coordinate representation of color #008EA0: hue angle of 186.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EA0 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 142 | 160 | - |
| CMYK | 1 | 0.11 | 0 | 0.37 |
| HSL | 186.75º | 1% | 0.31% | - |
| HSV(B) | 186.75º | 1% | 0.63% | - |
| XYZ | 16.02 | 21.88 | 36.64 | - |
| YUV | 101.59 | 160.96 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 160 | 1 | 0.11 | 0 | 0.37 | 186.75 | 1 | 0.31 |
| Hex | 0 | 8E | A0 | 64 | B | 0 | 25 | BB | 64 | 1F |
| Octal | 0 | 216 | 240 | 144 | 13 | 0 | 45 | 273 | 144 | 37 |
| Binary | 0 | 10001110 | 10100000 | 1100100 | 1011 | 0 | 100101 | 10111011 | 1100100 | 11111 |
Color Harmonies of #008EA0
Complementary color
Monochromatic Colors of #008EA0
Black with #008EA0
Text Example
Text Example
White with #008EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EA0; }
p { color: rgb(0,142,160); }
H1.HeaderClassName
{
color: #008EA0;
}
.AnyTagClassName
{
color: #008EA0;
}
</style>
background-color css
<style>
a { background-color: #008EA0; }
a { background-color: rgb(0,142,160); }
div.DivClassName
{
background-color: #008EA0;
}
.BgClassName
{
background-color: #008EA0;
}
</style>
border-color css
<style>
span { border-color: #008EA0; }
span { border-color: rgb(0,142,160); }
td.TdClassName
{
border-color: #008EA0;
}
.TagClassName
{
border-color: #008EA0;
}
</style>