Shades of Eastern Blue #008AA0
Tints of Eastern Blue #008AA0
RGB
CMYK
RGB Variations
Color information
#008AA0 (or 0x008AA0) is known color: Eastern Blue. HEX triplet: 00, 8A and A0. RGB value is (0,138,160). Sum of RGB (Red+Green+Blue) = 0+138+160=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #008AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008AA0 is #FF755F. Grayscale: #636363. Windows color (decimal): -16741728 or 10521088. OLE color: 10521088.
HSL color Cylindrical-coordinate representation of color #008AA0: hue angle of 188.25º 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 #008AA0 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 138 | 160 | - |
| CMYK | 1 | 0.14 | 0 | 0.37 |
| HSL | 188.25º | 1% | 0.31% | - |
| HSV(B) | 188.25º | 1% | 0.63% | - |
| XYZ | 15.43 | 20.72 | 36.44 | - |
| YUV | 99.25 | 162.28 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 160 | 1 | 0.14 | 0 | 0.37 | 188.25 | 1 | 0.31 |
| Hex | 0 | 8A | A0 | 64 | E | 0 | 25 | BC | 64 | 1F |
| Octal | 0 | 212 | 240 | 144 | 16 | 0 | 45 | 274 | 144 | 37 |
| Binary | 0 | 10001010 | 10100000 | 1100100 | 1110 | 0 | 100101 | 10111100 | 1100100 | 11111 |
Color Harmonies of #008AA0
Complementary color
Monochromatic Colors of #008AA0
Black with #008AA0
Text Example
Text Example
White with #008AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AA0; }
p { color: rgb(0,138,160); }
H1.HeaderClassName
{
color: #008AA0;
}
.AnyTagClassName
{
color: #008AA0;
}
</style>
background-color css
<style>
a { background-color: #008AA0; }
a { background-color: rgb(0,138,160); }
div.DivClassName
{
background-color: #008AA0;
}
.BgClassName
{
background-color: #008AA0;
}
</style>
border-color css
<style>
span { border-color: #008AA0; }
span { border-color: rgb(0,138,160); }
td.TdClassName
{
border-color: #008AA0;
}
.TagClassName
{
border-color: #008AA0;
}
</style>