Shades of Eastern Blue #0089AA
Tints of Eastern Blue #0089AA
RGB
CMYK
RGB Variations
Color information
#0089AA (or 0x0089AA) is known color: Eastern Blue. HEX triplet: 00, 89 and AA. RGB value is (0,137,170). Sum of RGB (Red+Green+Blue) = 0+137+170=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #0089AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0089AA is #FF7655. Grayscale: #636363. Windows color (decimal): -16741974 or 11176192. OLE color: 11176192.
HSL color Cylindrical-coordinate representation of color #0089AA: hue angle of 191.65º 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 #0089AA is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 137 | 170 | - |
| CMYK | 1 | 0.19 | 0 | 0.33 |
| HSL | 191.65º | 1% | 0.33% | - |
| HSV(B) | 191.65º | 1% | 0.67% | - |
| XYZ | 16.2 | 20.79 | 41.19 | - |
| YUV | 99.8 | 167.61 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 170 | 1 | 0.19 | 0 | 0.33 | 191.65 | 1 | 0.33 |
| Hex | 0 | 89 | AA | 64 | 13 | 0 | 21 | C0 | 64 | 21 |
| Octal | 0 | 211 | 252 | 144 | 23 | 0 | 41 | 300 | 144 | 41 |
| Binary | 0 | 10001001 | 10101010 | 1100100 | 10011 | 0 | 100001 | 11000000 | 1100100 | 100001 |
Color Harmonies of #0089AA
Complementary color
Monochromatic Colors of #0089AA
Black with #0089AA
Text Example
Text Example
White with #0089AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0089AA; }
p { color: rgb(0,137,170); }
H1.HeaderClassName
{
color: #0089AA;
}
.AnyTagClassName
{
color: #0089AA;
}
</style>
background-color css
<style>
a { background-color: #0089AA; }
a { background-color: rgb(0,137,170); }
div.DivClassName
{
background-color: #0089AA;
}
.BgClassName
{
background-color: #0089AA;
}
</style>
border-color css
<style>
span { border-color: #0089AA; }
span { border-color: rgb(0,137,170); }
td.TdClassName
{
border-color: #0089AA;
}
.TagClassName
{
border-color: #0089AA;
}
</style>