Shades of Eastern Blue #09899A
Tints of Eastern Blue #09899A
RGB
CMYK
RGB Variations
Color information
#09899A (or 0x09899A) is known color: Eastern Blue. HEX triplet: 09, 89 and 9A. RGB value is (9,137,154). Sum of RGB (Red+Green+Blue) = 9+137+154=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #09899A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09899A is #F67665. Grayscale: #646464. Windows color (decimal): -16152166 or 10127625. OLE color: 10127625.
HSL color Cylindrical-coordinate representation of color #09899A: hue angle of 187.03º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09899A is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 137 | 154 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.40 |
| HSL | 187.03º | 0.89% | 0.32% | - |
| HSV(B) | 187.03º | 0.94% | 0.6% | - |
| XYZ | 14.89 | 20.28 | 33.7 | - |
| YUV | 100.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 154 | 0.94 | 0.11 | 0 | 0.40 | 187.03 | 0.89 | 0.32 |
| Hex | 9 | 89 | 9A | 5E | B | 0 | 28 | BB | 59 | 20 |
| Octal | 11 | 211 | 232 | 136 | 13 | 0 | 50 | 273 | 131 | 40 |
| Binary | 1001 | 10001001 | 10011010 | 1011110 | 1011 | 0 | 101000 | 10111011 | 1011001 | 100000 |
Color Harmonies of #09899A
Complementary color
Monochromatic Colors of #09899A
Black with #09899A
Text Example
Text Example
White with #09899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09899A; }
p { color: rgb(9,137,154); }
H1.HeaderClassName
{
color: #09899A;
}
.AnyTagClassName
{
color: #09899A;
}
</style>
background-color css
<style>
a { background-color: #09899A; }
a { background-color: rgb(9,137,154); }
div.DivClassName
{
background-color: #09899A;
}
.BgClassName
{
background-color: #09899A;
}
</style>
border-color css
<style>
span { border-color: #09899A; }
span { border-color: rgb(9,137,154); }
td.TdClassName
{
border-color: #09899A;
}
.TagClassName
{
border-color: #09899A;
}
</style>