Shades of Eastern Blue #008CAA
Tints of Eastern Blue #008CAA
RGB
CMYK
RGB Variations
Color information
#008CAA (or 0x008CAA) is known color: Eastern Blue. HEX triplet: 00, 8C and AA. RGB value is (0,140,170). Sum of RGB (Red+Green+Blue) = 0+140+170=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #008CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CAA is #FF7355. Grayscale: #656565. Windows color (decimal): -16741206 or 11176960. OLE color: 11176960.
HSL color Cylindrical-coordinate representation of color #008CAA: hue angle of 190.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CAA is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 140 | 170 | - |
| CMYK | 1 | 0.18 | 0 | 0.33 |
| HSL | 190.59º | 1% | 0.33% | - |
| HSV(B) | 190.59º | 1% | 0.67% | - |
| XYZ | 16.63 | 21.66 | 41.33 | - |
| YUV | 101.56 | 166.62 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 170 | 1 | 0.18 | 0 | 0.33 | 190.59 | 1 | 0.33 |
| Hex | 0 | 8C | AA | 64 | 12 | 0 | 21 | BF | 64 | 21 |
| Octal | 0 | 214 | 252 | 144 | 22 | 0 | 41 | 277 | 144 | 41 |
| Binary | 0 | 10001100 | 10101010 | 1100100 | 10010 | 0 | 100001 | 10111111 | 1100100 | 100001 |
Color Harmonies of #008CAA
Complementary color
Monochromatic Colors of #008CAA
Black with #008CAA
Text Example
Text Example
White with #008CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CAA; }
p { color: rgb(0,140,170); }
H1.HeaderClassName
{
color: #008CAA;
}
.AnyTagClassName
{
color: #008CAA;
}
</style>
background-color css
<style>
a { background-color: #008CAA; }
a { background-color: rgb(0,140,170); }
div.DivClassName
{
background-color: #008CAA;
}
.BgClassName
{
background-color: #008CAA;
}
</style>
border-color css
<style>
span { border-color: #008CAA; }
span { border-color: rgb(0,140,170); }
td.TdClassName
{
border-color: #008CAA;
}
.TagClassName
{
border-color: #008CAA;
}
</style>