Shades of Eastern Blue #008DA8
Tints of Eastern Blue #008DA8
RGB
CMYK
RGB Variations
Color information
#008DA8 (or 0x008DA8) is known color: Eastern Blue. HEX triplet: 00, 8D and A8. RGB value is (0,141,168). Sum of RGB (Red+Green+Blue) = 0+141+168=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 168 (66.02% from 255 or 54.37% from 309); Max value from RGB is 168 - color contains mainly: blue. Hex color #008DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DA8 is #FF7257. Grayscale: #656565. Windows color (decimal): -16740952 or 11046144. OLE color: 11046144.
HSL color Cylindrical-coordinate representation of color #008DA8: hue angle of 189.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DA8 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 141 | 168 | - |
| CMYK | 1 | 0.16 | 0 | 0.34 |
| HSL | 189.64º | 1% | 0.33% | - |
| HSV(B) | 189.64º | 1% | 0.66% | - |
| XYZ | 16.59 | 21.88 | 40.39 | - |
| YUV | 101.92 | 165.29 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 168 | 1 | 0.16 | 0 | 0.34 | 189.64 | 1 | 0.33 |
| Hex | 0 | 8D | A8 | 64 | 10 | 0 | 22 | BE | 64 | 21 |
| Octal | 0 | 215 | 250 | 144 | 20 | 0 | 42 | 276 | 144 | 41 |
| Binary | 0 | 10001101 | 10101000 | 1100100 | 10000 | 0 | 100010 | 10111110 | 1100100 | 100001 |
Color Harmonies of #008DA8
Complementary color
Monochromatic Colors of #008DA8
Black with #008DA8
Text Example
Text Example
White with #008DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DA8; }
p { color: rgb(0,141,168); }
H1.HeaderClassName
{
color: #008DA8;
}
.AnyTagClassName
{
color: #008DA8;
}
</style>
background-color css
<style>
a { background-color: #008DA8; }
a { background-color: rgb(0,141,168); }
div.DivClassName
{
background-color: #008DA8;
}
.BgClassName
{
background-color: #008DA8;
}
</style>
border-color css
<style>
span { border-color: #008DA8; }
span { border-color: rgb(0,141,168); }
td.TdClassName
{
border-color: #008DA8;
}
.TagClassName
{
border-color: #008DA8;
}
</style>