Shades of Eastern Blue #008EA8
Tints of Eastern Blue #008EA8
RGB
CMYK
RGB Variations
Color information
#008EA8 (or 0x008EA8) is known color: Eastern Blue. HEX triplet: 00, 8E and A8. RGB value is (0,142,168). Sum of RGB (Red+Green+Blue) = 0+142+168=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 168 (66.02% from 255 or 54.19% from 310); Max value from RGB is 168 - color contains mainly: blue. Hex color #008EA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008EA8 is #FF7157. Grayscale: #666666. Windows color (decimal): -16740696 or 11046400. OLE color: 11046400.
HSL color Cylindrical-coordinate representation of color #008EA8: hue angle of 189.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EA8 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 142 | 168 | - |
| CMYK | 1 | 0.15 | 0 | 0.34 |
| HSL | 189.29º | 1% | 0.33% | - |
| HSV(B) | 189.29º | 1% | 0.66% | - |
| XYZ | 16.74 | 22.17 | 40.44 | - |
| YUV | 102.51 | 164.96 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 168 | 1 | 0.15 | 0 | 0.34 | 189.29 | 1 | 0.33 |
| Hex | 0 | 8E | A8 | 64 | F | 0 | 22 | BD | 64 | 21 |
| Octal | 0 | 216 | 250 | 144 | 17 | 0 | 42 | 275 | 144 | 41 |
| Binary | 0 | 10001110 | 10101000 | 1100100 | 1111 | 0 | 100010 | 10111101 | 1100100 | 100001 |
Color Harmonies of #008EA8
Complementary color
Monochromatic Colors of #008EA8
Black with #008EA8
Text Example
Text Example
White with #008EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EA8; }
p { color: rgb(0,142,168); }
H1.HeaderClassName
{
color: #008EA8;
}
.AnyTagClassName
{
color: #008EA8;
}
</style>
background-color css
<style>
a { background-color: #008EA8; }
a { background-color: rgb(0,142,168); }
div.DivClassName
{
background-color: #008EA8;
}
.BgClassName
{
background-color: #008EA8;
}
</style>
border-color css
<style>
span { border-color: #008EA8; }
span { border-color: rgb(0,142,168); }
td.TdClassName
{
border-color: #008EA8;
}
.TagClassName
{
border-color: #008EA8;
}
</style>