Shades of Eastern Blue #00899E
Tints of Eastern Blue #00899E
RGB
CMYK
RGB Variations
Color information
#00899E (or 0x00899E) is known color: Eastern Blue. HEX triplet: 00, 89 and 9E. RGB value is (0,137,158). Sum of RGB (Red+Green+Blue) = 0+137+158=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #00899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00899E is #FF7661. Grayscale: #626262. Windows color (decimal): -16741986 or 10389760. OLE color: 10389760.
HSL color Cylindrical-coordinate representation of color #00899E: hue angle of 187.97º 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 #00899E is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 137 | 158 | - |
| CMYK | 1 | 0.13 | 0 | 0.38 |
| HSL | 187.97º | 1% | 0.31% | - |
| HSV(B) | 187.97º | 1% | 0.62% | - |
| XYZ | 15.12 | 20.36 | 35.48 | - |
| YUV | 98.43 | 161.61 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 158 | 1 | 0.13 | 0 | 0.38 | 187.97 | 1 | 0.31 |
| Hex | 0 | 89 | 9E | 64 | D | 0 | 26 | BC | 64 | 1F |
| Octal | 0 | 211 | 236 | 144 | 15 | 0 | 46 | 274 | 144 | 37 |
| Binary | 0 | 10001001 | 10011110 | 1100100 | 1101 | 0 | 100110 | 10111100 | 1100100 | 11111 |
Color Harmonies of #00899E
Complementary color
Monochromatic Colors of #00899E
Black with #00899E
Text Example
Text Example
White with #00899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00899E; }
p { color: rgb(0,137,158); }
H1.HeaderClassName
{
color: #00899E;
}
.AnyTagClassName
{
color: #00899E;
}
</style>
background-color css
<style>
a { background-color: #00899E; }
a { background-color: rgb(0,137,158); }
div.DivClassName
{
background-color: #00899E;
}
.BgClassName
{
background-color: #00899E;
}
</style>
border-color css
<style>
span { border-color: #00899E; }
span { border-color: rgb(0,137,158); }
td.TdClassName
{
border-color: #00899E;
}
.TagClassName
{
border-color: #00899E;
}
</style>