Shades of Eastern Blue #008CA0
Tints of Eastern Blue #008CA0
RGB
CMYK
RGB Variations
Color information
#008CA0 (or 0x008CA0) is known color: Eastern Blue. HEX triplet: 00, 8C and A0. RGB value is (0,140,160). Sum of RGB (Red+Green+Blue) = 0+140+160=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #008CA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CA0 is #FF735F. Grayscale: #646464. Windows color (decimal): -16741216 or 10521600. OLE color: 10521600.
HSL color Cylindrical-coordinate representation of color #008CA0: hue angle of 187.5º 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 #008CA0 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 140 | 160 | - |
| CMYK | 1 | 0.12 | 0 | 0.37 |
| HSL | 187.5º | 1% | 0.31% | - |
| HSV(B) | 187.5º | 1% | 0.63% | - |
| XYZ | 15.72 | 21.29 | 36.54 | - |
| YUV | 100.42 | 161.62 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 160 | 1 | 0.12 | 0 | 0.37 | 187.5 | 1 | 0.31 |
| Hex | 0 | 8C | A0 | 64 | C | 0 | 25 | BC | 64 | 1F |
| Octal | 0 | 214 | 240 | 144 | 14 | 0 | 45 | 274 | 144 | 37 |
| Binary | 0 | 10001100 | 10100000 | 1100100 | 1100 | 0 | 100101 | 10111100 | 1100100 | 11111 |
Color Harmonies of #008CA0
Complementary color
Monochromatic Colors of #008CA0
Black with #008CA0
Text Example
Text Example
White with #008CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CA0; }
p { color: rgb(0,140,160); }
H1.HeaderClassName
{
color: #008CA0;
}
.AnyTagClassName
{
color: #008CA0;
}
</style>
background-color css
<style>
a { background-color: #008CA0; }
a { background-color: rgb(0,140,160); }
div.DivClassName
{
background-color: #008CA0;
}
.BgClassName
{
background-color: #008CA0;
}
</style>
border-color css
<style>
span { border-color: #008CA0; }
span { border-color: rgb(0,140,160); }
td.TdClassName
{
border-color: #008CA0;
}
.TagClassName
{
border-color: #008CA0;
}
</style>