Shades of Eastern Blue #008DAB
Tints of Eastern Blue #008DAB
RGB
CMYK
RGB Variations
Color information
#008DAB (or 0x008DAB) is known color: Eastern Blue. HEX triplet: 00, 8D and AB. RGB value is (0,141,171). Sum of RGB (Red+Green+Blue) = 0+141+171=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #008DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DAB is #FF7254. Grayscale: #666666. Windows color (decimal): -16740949 or 11242752. OLE color: 11242752.
HSL color Cylindrical-coordinate representation of color #008DAB: hue angle of 190.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DAB is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 141 | 171 | - |
| CMYK | 1 | 0.18 | 0 | 0.33 |
| HSL | 190.53º | 1% | 0.34% | - |
| HSV(B) | 190.53º | 1% | 0.67% | - |
| XYZ | 16.88 | 21.99 | 41.88 | - |
| YUV | 102.26 | 166.79 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 171 | 1 | 0.18 | 0 | 0.33 | 190.53 | 1 | 0.34 |
| Hex | 0 | 8D | AB | 64 | 12 | 0 | 21 | BF | 64 | 22 |
| Octal | 0 | 215 | 253 | 144 | 22 | 0 | 41 | 277 | 144 | 42 |
| Binary | 0 | 10001101 | 10101011 | 1100100 | 10010 | 0 | 100001 | 10111111 | 1100100 | 100010 |
Color Harmonies of #008DAB
Complementary color
Monochromatic Colors of #008DAB
Black with #008DAB
Text Example
Text Example
White with #008DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DAB; }
p { color: rgb(0,141,171); }
H1.HeaderClassName
{
color: #008DAB;
}
.AnyTagClassName
{
color: #008DAB;
}
</style>
background-color css
<style>
a { background-color: #008DAB; }
a { background-color: rgb(0,141,171); }
div.DivClassName
{
background-color: #008DAB;
}
.BgClassName
{
background-color: #008DAB;
}
</style>
border-color css
<style>
span { border-color: #008DAB; }
span { border-color: rgb(0,141,171); }
td.TdClassName
{
border-color: #008DAB;
}
.TagClassName
{
border-color: #008DAB;
}
</style>