Shades of Eastern Blue #00889F
Tints of Eastern Blue #00889F
RGB
CMYK
RGB Variations
Color information
#00889F (or 0x00889F) is known color: Eastern Blue. HEX triplet: 00, 88 and 9F. RGB value is (0,136,159). Sum of RGB (Red+Green+Blue) = 0+136+159=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #00889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00889F is #FF7760. Grayscale: #616161. Windows color (decimal): -16742241 or 10455040. OLE color: 10455040.
HSL color Cylindrical-coordinate representation of color #00889F: hue angle of 188.68º 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 #00889F is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 136 | 159 | - |
| CMYK | 1 | 0.14 | 0 | 0.38 |
| HSL | 188.68º | 1% | 0.31% | - |
| HSV(B) | 188.68º | 1% | 0.62% | - |
| XYZ | 15.06 | 20.11 | 35.89 | - |
| YUV | 97.96 | 162.44 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 159 | 1 | 0.14 | 0 | 0.38 | 188.68 | 1 | 0.31 |
| Hex | 0 | 88 | 9F | 64 | E | 0 | 26 | BD | 64 | 1F |
| Octal | 0 | 210 | 237 | 144 | 16 | 0 | 46 | 275 | 144 | 37 |
| Binary | 0 | 10001000 | 10011111 | 1100100 | 1110 | 0 | 100110 | 10111101 | 1100100 | 11111 |
Color Harmonies of #00889F
Complementary color
Monochromatic Colors of #00889F
Black with #00889F
Text Example
Text Example
White with #00889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00889F; }
p { color: rgb(0,136,159); }
H1.HeaderClassName
{
color: #00889F;
}
.AnyTagClassName
{
color: #00889F;
}
</style>
background-color css
<style>
a { background-color: #00889F; }
a { background-color: rgb(0,136,159); }
div.DivClassName
{
background-color: #00889F;
}
.BgClassName
{
background-color: #00889F;
}
</style>
border-color css
<style>
span { border-color: #00889F; }
span { border-color: rgb(0,136,159); }
td.TdClassName
{
border-color: #00889F;
}
.TagClassName
{
border-color: #00889F;
}
</style>