Shades of Eastern Blue #09889F
Tints of Eastern Blue #09889F
RGB
CMYK
RGB Variations
Color information
#09889F (or 0x09889F) is known color: Eastern Blue. HEX triplet: 09, 88 and 9F. RGB value is (9,136,159). Sum of RGB (Red+Green+Blue) = 9+136+159=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #09889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09889F is #F67760. Grayscale: #646464. Windows color (decimal): -16152417 or 10455049. OLE color: 10455049.
HSL color Cylindrical-coordinate representation of color #09889F: hue angle of 189.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09889F is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 136 | 159 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.38 |
| HSL | 189.2º | 0.89% | 0.33% | - |
| HSV(B) | 189.2º | 0.94% | 0.62% | - |
| XYZ | 15.17 | 20.17 | 35.89 | - |
| YUV | 100.65 | 160.92 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 159 | 0.94 | 0.14 | 0 | 0.38 | 189.2 | 0.89 | 0.33 |
| Hex | 9 | 88 | 9F | 5E | E | 0 | 26 | BD | 59 | 21 |
| Octal | 11 | 210 | 237 | 136 | 16 | 0 | 46 | 275 | 131 | 41 |
| Binary | 1001 | 10001000 | 10011111 | 1011110 | 1110 | 0 | 100110 | 10111101 | 1011001 | 100001 |
Color Harmonies of #09889F
Complementary color
Monochromatic Colors of #09889F
Black with #09889F
Text Example
Text Example
White with #09889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09889F; }
p { color: rgb(9,136,159); }
H1.HeaderClassName
{
color: #09889F;
}
.AnyTagClassName
{
color: #09889F;
}
</style>
background-color css
<style>
a { background-color: #09889F; }
a { background-color: rgb(9,136,159); }
div.DivClassName
{
background-color: #09889F;
}
.BgClassName
{
background-color: #09889F;
}
</style>
border-color css
<style>
span { border-color: #09889F; }
span { border-color: rgb(9,136,159); }
td.TdClassName
{
border-color: #09889F;
}
.TagClassName
{
border-color: #09889F;
}
</style>