Shades of Eastern Blue #008DA6
Tints of Eastern Blue #008DA6
RGB
CMYK
RGB Variations
Color information
#008DA6 (or 0x008DA6) is known color: Eastern Blue. HEX triplet: 00, 8D and A6. RGB value is (0,141,166). Sum of RGB (Red+Green+Blue) = 0+141+166=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #008DA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DA6 is #FF7259. Grayscale: #656565. Windows color (decimal): -16740954 or 10915072. OLE color: 10915072.
HSL color Cylindrical-coordinate representation of color #008DA6: hue angle of 189.04º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DA6 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 141 | 166 | - |
| CMYK | 1 | 0.15 | 0 | 0.35 |
| HSL | 189.04º | 1% | 0.33% | - |
| HSV(B) | 189.04º | 1% | 0.65% | - |
| XYZ | 16.41 | 21.8 | 39.42 | - |
| YUV | 101.69 | 164.29 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 166 | 1 | 0.15 | 0 | 0.35 | 189.04 | 1 | 0.33 |
| Hex | 0 | 8D | A6 | 64 | F | 0 | 23 | BD | 64 | 21 |
| Octal | 0 | 215 | 246 | 144 | 17 | 0 | 43 | 275 | 144 | 41 |
| Binary | 0 | 10001101 | 10100110 | 1100100 | 1111 | 0 | 100011 | 10111101 | 1100100 | 100001 |
Color Harmonies of #008DA6
Complementary color
Monochromatic Colors of #008DA6
Black with #008DA6
Text Example
Text Example
White with #008DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DA6; }
p { color: rgb(0,141,166); }
H1.HeaderClassName
{
color: #008DA6;
}
.AnyTagClassName
{
color: #008DA6;
}
</style>
background-color css
<style>
a { background-color: #008DA6; }
a { background-color: rgb(0,141,166); }
div.DivClassName
{
background-color: #008DA6;
}
.BgClassName
{
background-color: #008DA6;
}
</style>
border-color css
<style>
span { border-color: #008DA6; }
span { border-color: rgb(0,141,166); }
td.TdClassName
{
border-color: #008DA6;
}
.TagClassName
{
border-color: #008DA6;
}
</style>