Shades of Eastern Blue #008799
Tints of Eastern Blue #008799
RGB
CMYK
RGB Variations
Color information
#008799 (or 0x008799) is known color: Eastern Blue. HEX triplet: 00, 87 and 99. RGB value is (0,135,153). Sum of RGB (Red+Green+Blue) = 0+135+153=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #008799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008799 is #FF7866. Grayscale: #606060. Windows color (decimal): -16742503 or 10061568. OLE color: 10061568.
HSL color Cylindrical-coordinate representation of color #008799: hue angle of 187.06º 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 #008799 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 135 | 153 | - |
| CMYK | 1 | 0.12 | 0 | 0.4 |
| HSL | 187.06º | 1% | 0.3% | - |
| HSV(B) | 187.06º | 1% | 0.6% | - |
| XYZ | 14.41 | 19.63 | 33.17 | - |
| YUV | 96.69 | 159.77 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 153 | 1 | 0.12 | 0 | 0.4 | 187.06 | 1 | 0.3 |
| Hex | 0 | 87 | 99 | 64 | C | 0 | 28 | BB | 64 | 1E |
| Octal | 0 | 207 | 231 | 144 | 14 | 0 | 50 | 273 | 144 | 36 |
| Binary | 0 | 10000111 | 10011001 | 1100100 | 1100 | 0 | 101000 | 10111011 | 1100100 | 11110 |
Color Harmonies of #008799
Complementary color
Monochromatic Colors of #008799
Black with #008799
Text Example
Text Example
White with #008799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008799; }
p { color: rgb(0,135,153); }
H1.HeaderClassName
{
color: #008799;
}
.AnyTagClassName
{
color: #008799;
}
</style>
background-color css
<style>
a { background-color: #008799; }
a { background-color: rgb(0,135,153); }
div.DivClassName
{
background-color: #008799;
}
.BgClassName
{
background-color: #008799;
}
</style>
border-color css
<style>
span { border-color: #008799; }
span { border-color: rgb(0,135,153); }
td.TdClassName
{
border-color: #008799;
}
.TagClassName
{
border-color: #008799;
}
</style>