Shades of Eastern Blue #008CAB
Tints of Eastern Blue #008CAB
RGB
CMYK
RGB Variations
Color information
#008CAB (or 0x008CAB) is known color: Eastern Blue. HEX triplet: 00, 8C and AB. RGB value is (0,140,171). Sum of RGB (Red+Green+Blue) = 0+140+171=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #008CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CAB is #FF7354. Grayscale: #656565. Windows color (decimal): -16741205 or 11242496. OLE color: 11242496.
HSL color Cylindrical-coordinate representation of color #008CAB: hue angle of 190.88º 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 #008CAB is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 140 | 171 | - |
| CMYK | 1 | 0.18 | 0 | 0.33 |
| HSL | 190.88º | 1% | 0.34% | - |
| HSV(B) | 190.88º | 1% | 0.67% | - |
| XYZ | 16.73 | 21.7 | 41.83 | - |
| YUV | 101.67 | 167.12 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 171 | 1 | 0.18 | 0 | 0.33 | 190.88 | 1 | 0.34 |
| Hex | 0 | 8C | AB | 64 | 12 | 0 | 21 | BF | 64 | 22 |
| Octal | 0 | 214 | 253 | 144 | 22 | 0 | 41 | 277 | 144 | 42 |
| Binary | 0 | 10001100 | 10101011 | 1100100 | 10010 | 0 | 100001 | 10111111 | 1100100 | 100010 |
Color Harmonies of #008CAB
Complementary color
Monochromatic Colors of #008CAB
Black with #008CAB
Text Example
Text Example
White with #008CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CAB; }
p { color: rgb(0,140,171); }
H1.HeaderClassName
{
color: #008CAB;
}
.AnyTagClassName
{
color: #008CAB;
}
</style>
background-color css
<style>
a { background-color: #008CAB; }
a { background-color: rgb(0,140,171); }
div.DivClassName
{
background-color: #008CAB;
}
.BgClassName
{
background-color: #008CAB;
}
</style>
border-color css
<style>
span { border-color: #008CAB; }
span { border-color: rgb(0,140,171); }
td.TdClassName
{
border-color: #008CAB;
}
.TagClassName
{
border-color: #008CAB;
}
</style>