Shades of Eastern Blue #09889D
Tints of Eastern Blue #09889D
RGB
CMYK
RGB Variations
Color information
#09889D (or 0x09889D) is known color: Eastern Blue. HEX triplet: 09, 88 and 9D. RGB value is (9,136,157). Sum of RGB (Red+Green+Blue) = 9+136+157=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #09889D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09889D is #F67762. Grayscale: #646464. Windows color (decimal): -16152419 or 10323977. OLE color: 10323977.
HSL color Cylindrical-coordinate representation of color #09889D: hue angle of 188.51º 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 #09889D is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 136 | 157 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.38 |
| HSL | 188.51º | 0.89% | 0.33% | - |
| HSV(B) | 188.51º | 0.94% | 0.62% | - |
| XYZ | 15 | 20.1 | 34.99 | - |
| YUV | 100.42 | 159.92 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 157 | 0.94 | 0.13 | 0 | 0.38 | 188.51 | 0.89 | 0.33 |
| Hex | 9 | 88 | 9D | 5E | D | 0 | 26 | BD | 59 | 21 |
| Octal | 11 | 210 | 235 | 136 | 15 | 0 | 46 | 275 | 131 | 41 |
| Binary | 1001 | 10001000 | 10011101 | 1011110 | 1101 | 0 | 100110 | 10111101 | 1011001 | 100001 |
Color Harmonies of #09889D
Complementary color
Monochromatic Colors of #09889D
Black with #09889D
Text Example
Text Example
White with #09889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09889D; }
p { color: rgb(9,136,157); }
H1.HeaderClassName
{
color: #09889D;
}
.AnyTagClassName
{
color: #09889D;
}
</style>
background-color css
<style>
a { background-color: #09889D; }
a { background-color: rgb(9,136,157); }
div.DivClassName
{
background-color: #09889D;
}
.BgClassName
{
background-color: #09889D;
}
</style>
border-color css
<style>
span { border-color: #09889D; }
span { border-color: rgb(9,136,157); }
td.TdClassName
{
border-color: #09889D;
}
.TagClassName
{
border-color: #09889D;
}
</style>