Shades of Eastern Blue #008699
Tints of Eastern Blue #008699
RGB
CMYK
RGB Variations
Color information
#008699 (or 0x008699) is known color: Eastern Blue. HEX triplet: 00, 86 and 99. RGB value is (0,134,153). Sum of RGB (Red+Green+Blue) = 0+134+153=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #008699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008699 is #FF7966. Grayscale: #5F5F5F. Windows color (decimal): -16742759 or 10061312. OLE color: 10061312.
HSL color Cylindrical-coordinate representation of color #008699: hue angle of 187.45º 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 #008699 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 134 | 153 | - |
| CMYK | 1 | 0.12 | 0 | 0.4 |
| HSL | 187.45º | 1% | 0.3% | - |
| HSV(B) | 187.45º | 1% | 0.6% | - |
| XYZ | 14.27 | 19.35 | 33.12 | - |
| YUV | 96.1 | 160.11 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 153 | 1 | 0.12 | 0 | 0.4 | 187.45 | 1 | 0.3 |
| Hex | 0 | 86 | 99 | 64 | C | 0 | 28 | BB | 64 | 1E |
| Octal | 0 | 206 | 231 | 144 | 14 | 0 | 50 | 273 | 144 | 36 |
| Binary | 0 | 10000110 | 10011001 | 1100100 | 1100 | 0 | 101000 | 10111011 | 1100100 | 11110 |
Color Harmonies of #008699
Complementary color
Monochromatic Colors of #008699
Black with #008699
Text Example
Text Example
White with #008699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008699; }
p { color: rgb(0,134,153); }
H1.HeaderClassName
{
color: #008699;
}
.AnyTagClassName
{
color: #008699;
}
</style>
background-color css
<style>
a { background-color: #008699; }
a { background-color: rgb(0,134,153); }
div.DivClassName
{
background-color: #008699;
}
.BgClassName
{
background-color: #008699;
}
</style>
border-color css
<style>
span { border-color: #008699; }
span { border-color: rgb(0,134,153); }
td.TdClassName
{
border-color: #008699;
}
.TagClassName
{
border-color: #008699;
}
</style>