Shades of Eastern Blue #008695
Tints of Eastern Blue #008695
RGB
CMYK
RGB Variations
Color information
#008695 (or 0x008695) is known color: Eastern Blue. HEX triplet: 00, 86 and 95. RGB value is (0,134,149). Sum of RGB (Red+Green+Blue) = 0+134+149=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #008695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008695 is #FF796A. Grayscale: #5F5F5F. Windows color (decimal): -16742763 or 9799168. OLE color: 9799168.
HSL color Cylindrical-coordinate representation of color #008695: hue angle of 186.04º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008695 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 134 | 149 | - |
| CMYK | 1 | 0.10 | 0 | 0.42 |
| HSL | 186.04º | 1% | 0.29% | - |
| HSV(B) | 186.04º | 1% | 0.58% | - |
| XYZ | 13.95 | 19.22 | 31.41 | - |
| YUV | 95.64 | 158.11 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 149 | 1 | 0.10 | 0 | 0.42 | 186.04 | 1 | 0.29 |
| Hex | 0 | 86 | 95 | 64 | A | 0 | 2A | BA | 64 | 1D |
| Octal | 0 | 206 | 225 | 144 | 12 | 0 | 52 | 272 | 144 | 35 |
| Binary | 0 | 10000110 | 10010101 | 1100100 | 1010 | 0 | 101010 | 10111010 | 1100100 | 11101 |
Color Harmonies of #008695
Complementary color
Monochromatic Colors of #008695
Black with #008695
Text Example
Text Example
White with #008695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008695; }
p { color: rgb(0,134,149); }
H1.HeaderClassName
{
color: #008695;
}
.AnyTagClassName
{
color: #008695;
}
</style>
background-color css
<style>
a { background-color: #008695; }
a { background-color: rgb(0,134,149); }
div.DivClassName
{
background-color: #008695;
}
.BgClassName
{
background-color: #008695;
}
</style>
border-color css
<style>
span { border-color: #008695; }
span { border-color: rgb(0,134,149); }
td.TdClassName
{
border-color: #008695;
}
.TagClassName
{
border-color: #008695;
}
</style>