Shades of Eastern Blue #008D9C
Tints of Eastern Blue #008D9C
RGB
CMYK
RGB Variations
Color information
#008D9C (or 0x008D9C) is known color: Eastern Blue. HEX triplet: 00, 8D and 9C. RGB value is (0,141,156). Sum of RGB (Red+Green+Blue) = 0+141+156=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #008D9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D9C is #FF7263. Grayscale: #646464. Windows color (decimal): -16740964 or 10259712. OLE color: 10259712.
HSL color Cylindrical-coordinate representation of color #008D9C: hue angle of 185.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D9C is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 141 | 156 | - |
| CMYK | 1 | 0.10 | 0 | 0.39 |
| HSL | 185.77º | 1% | 0.31% | - |
| HSV(B) | 185.77º | 1% | 0.61% | - |
| XYZ | 15.53 | 21.45 | 34.77 | - |
| YUV | 100.55 | 159.29 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 156 | 1 | 0.10 | 0 | 0.39 | 185.77 | 1 | 0.31 |
| Hex | 0 | 8D | 9C | 64 | A | 0 | 27 | BA | 64 | 1F |
| Octal | 0 | 215 | 234 | 144 | 12 | 0 | 47 | 272 | 144 | 37 |
| Binary | 0 | 10001101 | 10011100 | 1100100 | 1010 | 0 | 100111 | 10111010 | 1100100 | 11111 |
Color Harmonies of #008D9C
Complementary color
Monochromatic Colors of #008D9C
Black with #008D9C
Text Example
Text Example
White with #008D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D9C; }
p { color: rgb(0,141,156); }
H1.HeaderClassName
{
color: #008D9C;
}
.AnyTagClassName
{
color: #008D9C;
}
</style>
background-color css
<style>
a { background-color: #008D9C; }
a { background-color: rgb(0,141,156); }
div.DivClassName
{
background-color: #008D9C;
}
.BgClassName
{
background-color: #008D9C;
}
</style>
border-color css
<style>
span { border-color: #008D9C; }
span { border-color: rgb(0,141,156); }
td.TdClassName
{
border-color: #008D9C;
}
.TagClassName
{
border-color: #008D9C;
}
</style>