Shades of Eastern Blue #008896
Tints of Eastern Blue #008896
RGB
CMYK
RGB Variations
Color information
#008896 (or 0x008896) is known color: Eastern Blue. HEX triplet: 00, 88 and 96. RGB value is (0,136,150). Sum of RGB (Red+Green+Blue) = 0+136+150=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #008896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008896 is #FF7769. Grayscale: #606060. Windows color (decimal): -16742250 or 9865216. OLE color: 9865216.
HSL color Cylindrical-coordinate representation of color #008896: hue angle of 185.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008896 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 136 | 150 | - |
| CMYK | 1 | 0.09 | 0 | 0.41 |
| HSL | 185.6º | 1% | 0.29% | - |
| HSV(B) | 185.6º | 1% | 0.59% | - |
| XYZ | 14.31 | 19.81 | 31.92 | - |
| YUV | 96.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 150 | 1 | 0.09 | 0 | 0.41 | 185.6 | 1 | 0.29 |
| Hex | 0 | 88 | 96 | 64 | 9 | 0 | 29 | BA | 64 | 1D |
| Octal | 0 | 210 | 226 | 144 | 11 | 0 | 51 | 272 | 144 | 35 |
| Binary | 0 | 10001000 | 10010110 | 1100100 | 1001 | 0 | 101001 | 10111010 | 1100100 | 11101 |
Color Harmonies of #008896
Complementary color
Monochromatic Colors of #008896
Black with #008896
Text Example
Text Example
White with #008896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008896; }
p { color: rgb(0,136,150); }
H1.HeaderClassName
{
color: #008896;
}
.AnyTagClassName
{
color: #008896;
}
</style>
background-color css
<style>
a { background-color: #008896; }
a { background-color: rgb(0,136,150); }
div.DivClassName
{
background-color: #008896;
}
.BgClassName
{
background-color: #008896;
}
</style>
border-color css
<style>
span { border-color: #008896; }
span { border-color: rgb(0,136,150); }
td.TdClassName
{
border-color: #008896;
}
.TagClassName
{
border-color: #008896;
}
</style>