Shades of Eastern Blue #00879E
Tints of Eastern Blue #00879E
RGB
CMYK
RGB Variations
Color information
#00879E (or 0x00879E) is known color: Eastern Blue. HEX triplet: 00, 87 and 9E. RGB value is (0,135,158). Sum of RGB (Red+Green+Blue) = 0+135+158=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #00879E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00879E is #FF7861. Grayscale: #616161. Windows color (decimal): -16742498 or 10389248. OLE color: 10389248.
HSL color Cylindrical-coordinate representation of color #00879E: hue angle of 188.73º 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 #00879E is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 135 | 158 | - |
| CMYK | 1 | 0.15 | 0 | 0.38 |
| HSL | 188.73º | 1% | 0.31% | - |
| HSV(B) | 188.73º | 1% | 0.62% | - |
| XYZ | 14.84 | 19.8 | 35.39 | - |
| YUV | 97.26 | 162.27 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 158 | 1 | 0.15 | 0 | 0.38 | 188.73 | 1 | 0.31 |
| Hex | 0 | 87 | 9E | 64 | F | 0 | 26 | BD | 64 | 1F |
| Octal | 0 | 207 | 236 | 144 | 17 | 0 | 46 | 275 | 144 | 37 |
| Binary | 0 | 10000111 | 10011110 | 1100100 | 1111 | 0 | 100110 | 10111101 | 1100100 | 11111 |
Color Harmonies of #00879E
Complementary color
Monochromatic Colors of #00879E
Black with #00879E
Text Example
Text Example
White with #00879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00879E; }
p { color: rgb(0,135,158); }
H1.HeaderClassName
{
color: #00879E;
}
.AnyTagClassName
{
color: #00879E;
}
</style>
background-color css
<style>
a { background-color: #00879E; }
a { background-color: rgb(0,135,158); }
div.DivClassName
{
background-color: #00879E;
}
.BgClassName
{
background-color: #00879E;
}
</style>
border-color css
<style>
span { border-color: #00879E; }
span { border-color: rgb(0,135,158); }
td.TdClassName
{
border-color: #00879E;
}
.TagClassName
{
border-color: #00879E;
}
</style>