Shades of Eastern Blue #008CA6
Tints of Eastern Blue #008CA6
RGB
CMYK
RGB Variations
Color information
#008CA6 (or 0x008CA6) is known color: Eastern Blue. HEX triplet: 00, 8C and A6. RGB value is (0,140,166). Sum of RGB (Red+Green+Blue) = 0+140+166=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 166 (65.23% from 255 or 54.25% from 306); Max value from RGB is 166 - color contains mainly: blue. Hex color #008CA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CA6 is #FF7359. Grayscale: #646464. Windows color (decimal): -16741210 or 10914816. OLE color: 10914816.
HSL color Cylindrical-coordinate representation of color #008CA6: hue angle of 189.4º 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 #008CA6 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 140 | 166 | - |
| CMYK | 1 | 0.16 | 0 | 0.35 |
| HSL | 189.4º | 1% | 0.33% | - |
| HSV(B) | 189.4º | 1% | 0.65% | - |
| XYZ | 16.26 | 21.51 | 39.37 | - |
| YUV | 101.1 | 164.62 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 166 | 1 | 0.16 | 0 | 0.35 | 189.4 | 1 | 0.33 |
| Hex | 0 | 8C | A6 | 64 | 10 | 0 | 23 | BD | 64 | 21 |
| Octal | 0 | 214 | 246 | 144 | 20 | 0 | 43 | 275 | 144 | 41 |
| Binary | 0 | 10001100 | 10100110 | 1100100 | 10000 | 0 | 100011 | 10111101 | 1100100 | 100001 |
Color Harmonies of #008CA6
Complementary color
Monochromatic Colors of #008CA6
Black with #008CA6
Text Example
Text Example
White with #008CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CA6; }
p { color: rgb(0,140,166); }
H1.HeaderClassName
{
color: #008CA6;
}
.AnyTagClassName
{
color: #008CA6;
}
</style>
background-color css
<style>
a { background-color: #008CA6; }
a { background-color: rgb(0,140,166); }
div.DivClassName
{
background-color: #008CA6;
}
.BgClassName
{
background-color: #008CA6;
}
</style>
border-color css
<style>
span { border-color: #008CA6; }
span { border-color: rgb(0,140,166); }
td.TdClassName
{
border-color: #008CA6;
}
.TagClassName
{
border-color: #008CA6;
}
</style>