Shades of Eastern Blue #008899
Tints of Eastern Blue #008899
RGB
CMYK
RGB Variations
Color information
#008899 (or 0x008899) is known color: Eastern Blue. HEX triplet: 00, 88 and 99. RGB value is (0,136,153). Sum of RGB (Red+Green+Blue) = 0+136+153=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #008899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008899 is #FF7766. Grayscale: #616161. Windows color (decimal): -16742247 or 10061824. OLE color: 10061824.
HSL color Cylindrical-coordinate representation of color #008899: hue angle of 186.67º 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 #008899 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 136 | 153 | - |
| CMYK | 1 | 0.11 | 0 | 0.4 |
| HSL | 186.67º | 1% | 0.3% | - |
| HSV(B) | 186.67º | 1% | 0.6% | - |
| XYZ | 14.55 | 19.91 | 33.21 | - |
| YUV | 97.27 | 159.44 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 153 | 1 | 0.11 | 0 | 0.4 | 186.67 | 1 | 0.3 |
| Hex | 0 | 88 | 99 | 64 | B | 0 | 28 | BB | 64 | 1E |
| Octal | 0 | 210 | 231 | 144 | 13 | 0 | 50 | 273 | 144 | 36 |
| Binary | 0 | 10001000 | 10011001 | 1100100 | 1011 | 0 | 101000 | 10111011 | 1100100 | 11110 |
Color Harmonies of #008899
Complementary color
Monochromatic Colors of #008899
Black with #008899
Text Example
Text Example
White with #008899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008899; }
p { color: rgb(0,136,153); }
H1.HeaderClassName
{
color: #008899;
}
.AnyTagClassName
{
color: #008899;
}
</style>
background-color css
<style>
a { background-color: #008899; }
a { background-color: rgb(0,136,153); }
div.DivClassName
{
background-color: #008899;
}
.BgClassName
{
background-color: #008899;
}
</style>
border-color css
<style>
span { border-color: #008899; }
span { border-color: rgb(0,136,153); }
td.TdClassName
{
border-color: #008899;
}
.TagClassName
{
border-color: #008899;
}
</style>