Shades of Eastern Blue #008A9E
Tints of Eastern Blue #008A9E
RGB
CMYK
RGB Variations
Color information
#008A9E (or 0x008A9E) is known color: Eastern Blue. HEX triplet: 00, 8A and 9E. RGB value is (0,138,158). Sum of RGB (Red+Green+Blue) = 0+138+158=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #008A9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008A9E is #FF7561. Grayscale: #626262. Windows color (decimal): -16741730 or 10390016. OLE color: 10390016.
HSL color Cylindrical-coordinate representation of color #008A9E: hue angle of 187.59º 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 #008A9E is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 138 | 158 | - |
| CMYK | 1 | 0.13 | 0 | 0.38 |
| HSL | 187.59º | 1% | 0.31% | - |
| HSV(B) | 187.59º | 1% | 0.62% | - |
| XYZ | 15.26 | 20.65 | 35.53 | - |
| YUV | 99.02 | 161.28 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 158 | 1 | 0.13 | 0 | 0.38 | 187.59 | 1 | 0.31 |
| Hex | 0 | 8A | 9E | 64 | D | 0 | 26 | BC | 64 | 1F |
| Octal | 0 | 212 | 236 | 144 | 15 | 0 | 46 | 274 | 144 | 37 |
| Binary | 0 | 10001010 | 10011110 | 1100100 | 1101 | 0 | 100110 | 10111100 | 1100100 | 11111 |
Color Harmonies of #008A9E
Complementary color
Monochromatic Colors of #008A9E
Black with #008A9E
Text Example
Text Example
White with #008A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A9E; }
p { color: rgb(0,138,158); }
H1.HeaderClassName
{
color: #008A9E;
}
.AnyTagClassName
{
color: #008A9E;
}
</style>
background-color css
<style>
a { background-color: #008A9E; }
a { background-color: rgb(0,138,158); }
div.DivClassName
{
background-color: #008A9E;
}
.BgClassName
{
background-color: #008A9E;
}
</style>
border-color css
<style>
span { border-color: #008A9E; }
span { border-color: rgb(0,138,158); }
td.TdClassName
{
border-color: #008A9E;
}
.TagClassName
{
border-color: #008A9E;
}
</style>