Shades of Eastern Blue #008AAB
Tints of Eastern Blue #008AAB
RGB
CMYK
RGB Variations
Color information
#008AAB (or 0x008AAB) is known color: Eastern Blue. HEX triplet: 00, 8A and AB. RGB value is (0,138,171). Sum of RGB (Red+Green+Blue) = 0+138+171=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #008AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008AAB is #FF7554. Grayscale: #646464. Windows color (decimal): -16741717 or 11241984. OLE color: 11241984.
HSL color Cylindrical-coordinate representation of color #008AAB: hue angle of 191.58º 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 #008AAB is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 138 | 171 | - |
| CMYK | 1 | 0.19 | 0 | 0.33 |
| HSL | 191.58º | 1% | 0.34% | - |
| HSV(B) | 191.58º | 1% | 0.67% | - |
| XYZ | 16.44 | 21.12 | 41.74 | - |
| YUV | 100.5 | 167.78 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 171 | 1 | 0.19 | 0 | 0.33 | 191.58 | 1 | 0.34 |
| Hex | 0 | 8A | AB | 64 | 13 | 0 | 21 | C0 | 64 | 22 |
| Octal | 0 | 212 | 253 | 144 | 23 | 0 | 41 | 300 | 144 | 42 |
| Binary | 0 | 10001010 | 10101011 | 1100100 | 10011 | 0 | 100001 | 11000000 | 1100100 | 100010 |
Color Harmonies of #008AAB
Complementary color
Monochromatic Colors of #008AAB
Black with #008AAB
Text Example
Text Example
White with #008AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AAB; }
p { color: rgb(0,138,171); }
H1.HeaderClassName
{
color: #008AAB;
}
.AnyTagClassName
{
color: #008AAB;
}
</style>
background-color css
<style>
a { background-color: #008AAB; }
a { background-color: rgb(0,138,171); }
div.DivClassName
{
background-color: #008AAB;
}
.BgClassName
{
background-color: #008AAB;
}
</style>
border-color css
<style>
span { border-color: #008AAB; }
span { border-color: rgb(0,138,171); }
td.TdClassName
{
border-color: #008AAB;
}
.TagClassName
{
border-color: #008AAB;
}
</style>