Shades of Eastern Blue #008897
Tints of Eastern Blue #008897
RGB
CMYK
RGB Variations
Color information
#008897 (or 0x008897) is known color: Eastern Blue. HEX triplet: 00, 88 and 97. RGB value is (0,136,151). Sum of RGB (Red+Green+Blue) = 0+136+151=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #008897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008897 is #FF7768. Grayscale: #606060. Windows color (decimal): -16742249 or 9930752. OLE color: 9930752.
HSL color Cylindrical-coordinate representation of color #008897: hue angle of 185.96º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008897 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 136 | 151 | - |
| CMYK | 1 | 0.10 | 0 | 0.41 |
| HSL | 185.96º | 1% | 0.3% | - |
| HSV(B) | 185.96º | 1% | 0.59% | - |
| XYZ | 14.39 | 19.84 | 32.35 | - |
| YUV | 97.05 | 158.44 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 151 | 1 | 0.10 | 0 | 0.41 | 185.96 | 1 | 0.3 |
| Hex | 0 | 88 | 97 | 64 | A | 0 | 29 | BA | 64 | 1E |
| Octal | 0 | 210 | 227 | 144 | 12 | 0 | 51 | 272 | 144 | 36 |
| Binary | 0 | 10001000 | 10010111 | 1100100 | 1010 | 0 | 101001 | 10111010 | 1100100 | 11110 |
Color Harmonies of #008897
Complementary color
Monochromatic Colors of #008897
Black with #008897
Text Example
Text Example
White with #008897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008897; }
p { color: rgb(0,136,151); }
H1.HeaderClassName
{
color: #008897;
}
.AnyTagClassName
{
color: #008897;
}
</style>
background-color css
<style>
a { background-color: #008897; }
a { background-color: rgb(0,136,151); }
div.DivClassName
{
background-color: #008897;
}
.BgClassName
{
background-color: #008897;
}
</style>
border-color css
<style>
span { border-color: #008897; }
span { border-color: rgb(0,136,151); }
td.TdClassName
{
border-color: #008897;
}
.TagClassName
{
border-color: #008897;
}
</style>