Shades of Eastern Blue #008898
Tints of Eastern Blue #008898
RGB
CMYK
RGB Variations
Color information
#008898 (or 0x008898) is known color: Eastern Blue. HEX triplet: 00, 88 and 98. RGB value is (0,136,152). Sum of RGB (Red+Green+Blue) = 0+136+152=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #008898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008898 is #FF7767. Grayscale: #606060. Windows color (decimal): -16742248 or 9996288. OLE color: 9996288.
HSL color Cylindrical-coordinate representation of color #008898: hue angle of 186.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008898 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 136 | 152 | - |
| CMYK | 1 | 0.11 | 0 | 0.40 |
| HSL | 186.32º | 1% | 0.3% | - |
| HSV(B) | 186.32º | 1% | 0.6% | - |
| XYZ | 14.47 | 19.88 | 32.78 | - |
| YUV | 97.16 | 158.94 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 152 | 1 | 0.11 | 0 | 0.40 | 186.32 | 1 | 0.3 |
| Hex | 0 | 88 | 98 | 64 | B | 0 | 28 | BA | 64 | 1E |
| Octal | 0 | 210 | 230 | 144 | 13 | 0 | 50 | 272 | 144 | 36 |
| Binary | 0 | 10001000 | 10011000 | 1100100 | 1011 | 0 | 101000 | 10111010 | 1100100 | 11110 |
Color Harmonies of #008898
Complementary color
Monochromatic Colors of #008898
Black with #008898
Text Example
Text Example
White with #008898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008898; }
p { color: rgb(0,136,152); }
H1.HeaderClassName
{
color: #008898;
}
.AnyTagClassName
{
color: #008898;
}
</style>
background-color css
<style>
a { background-color: #008898; }
a { background-color: rgb(0,136,152); }
div.DivClassName
{
background-color: #008898;
}
.BgClassName
{
background-color: #008898;
}
</style>
border-color css
<style>
span { border-color: #008898; }
span { border-color: rgb(0,136,152); }
td.TdClassName
{
border-color: #008898;
}
.TagClassName
{
border-color: #008898;
}
</style>