Shades of Eastern Blue #008DA0
Tints of Eastern Blue #008DA0
RGB
CMYK
RGB Variations
Color information
#008DA0 (or 0x008DA0) is known color: Eastern Blue. HEX triplet: 00, 8D and A0. RGB value is (0,141,160). Sum of RGB (Red+Green+Blue) = 0+141+160=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #008DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DA0 is #FF725F. Grayscale: #646464. Windows color (decimal): -16740960 or 10521856. OLE color: 10521856.
HSL color Cylindrical-coordinate representation of color #008DA0: hue angle of 187.12º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DA0 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 141 | 160 | - |
| CMYK | 1 | 0.12 | 0 | 0.37 |
| HSL | 187.13º | 1% | 0.31% | - |
| HSV(B) | 187.13º | 1% | 0.63% | - |
| XYZ | 15.87 | 21.59 | 36.59 | - |
| YUV | 101.01 | 161.29 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 160 | 1 | 0.12 | 0 | 0.37 | 187.13 | 1 | 0.31 |
| Hex | 0 | 8D | A0 | 64 | C | 0 | 25 | BB | 64 | 1F |
| Octal | 0 | 215 | 240 | 144 | 14 | 0 | 45 | 273 | 144 | 37 |
| Binary | 0 | 10001101 | 10100000 | 1100100 | 1100 | 0 | 100101 | 10111011 | 1100100 | 11111 |
Color Harmonies of #008DA0
Complementary color
Monochromatic Colors of #008DA0
Black with #008DA0
Text Example
Text Example
White with #008DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DA0; }
p { color: rgb(0,141,160); }
H1.HeaderClassName
{
color: #008DA0;
}
.AnyTagClassName
{
color: #008DA0;
}
</style>
background-color css
<style>
a { background-color: #008DA0; }
a { background-color: rgb(0,141,160); }
div.DivClassName
{
background-color: #008DA0;
}
.BgClassName
{
background-color: #008DA0;
}
</style>
border-color css
<style>
span { border-color: #008DA0; }
span { border-color: rgb(0,141,160); }
td.TdClassName
{
border-color: #008DA0;
}
.TagClassName
{
border-color: #008DA0;
}
</style>