Shades of Eastern Blue #008CA8
Tints of Eastern Blue #008CA8
RGB
CMYK
RGB Variations
Color information
#008CA8 (or 0x008CA8) is known color: Eastern Blue. HEX triplet: 00, 8C and A8. RGB value is (0,140,168). Sum of RGB (Red+Green+Blue) = 0+140+168=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 168 (66.02% from 255 or 54.55% from 308); Max value from RGB is 168 - color contains mainly: blue. Hex color #008CA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CA8 is #FF7357. Grayscale: #656565. Windows color (decimal): -16741208 or 11045888. OLE color: 11045888.
HSL color Cylindrical-coordinate representation of color #008CA8: hue angle of 190º 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 #008CA8 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 140 | 168 | - |
| CMYK | 1 | 0.17 | 0 | 0.34 |
| HSL | 190º | 1% | 0.33% | - |
| HSV(B) | 190º | 1% | 0.66% | - |
| XYZ | 16.45 | 21.58 | 40.34 | - |
| YUV | 101.33 | 165.62 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 168 | 1 | 0.17 | 0 | 0.34 | 190 | 1 | 0.33 |
| Hex | 0 | 8C | A8 | 64 | 11 | 0 | 22 | BE | 64 | 21 |
| Octal | 0 | 214 | 250 | 144 | 21 | 0 | 42 | 276 | 144 | 41 |
| Binary | 0 | 10001100 | 10101000 | 1100100 | 10001 | 0 | 100010 | 10111110 | 1100100 | 100001 |
Color Harmonies of #008CA8
Complementary color
Monochromatic Colors of #008CA8
Black with #008CA8
Text Example
Text Example
White with #008CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CA8; }
p { color: rgb(0,140,168); }
H1.HeaderClassName
{
color: #008CA8;
}
.AnyTagClassName
{
color: #008CA8;
}
</style>
background-color css
<style>
a { background-color: #008CA8; }
a { background-color: rgb(0,140,168); }
div.DivClassName
{
background-color: #008CA8;
}
.BgClassName
{
background-color: #008CA8;
}
</style>
border-color css
<style>
span { border-color: #008CA8; }
span { border-color: rgb(0,140,168); }
td.TdClassName
{
border-color: #008CA8;
}
.TagClassName
{
border-color: #008CA8;
}
</style>