Shades of Eastern Blue #09879B
Tints of Eastern Blue #09879B
RGB
CMYK
RGB Variations
Color information
#09879B (or 0x09879B) is known color: Eastern Blue. HEX triplet: 09, 87 and 9B. RGB value is (9,135,155). Sum of RGB (Red+Green+Blue) = 9+135+155=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #09879B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09879B is #F67864. Grayscale: #636363. Windows color (decimal): -16152677 or 10192649. OLE color: 10192649.
HSL color Cylindrical-coordinate representation of color #09879B: hue angle of 188.22º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09879B is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 135 | 155 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.39 |
| HSL | 188.22º | 0.89% | 0.32% | - |
| HSV(B) | 188.22º | 0.94% | 0.61% | - |
| XYZ | 14.69 | 19.75 | 34.05 | - |
| YUV | 99.61 | 159.26 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 155 | 0.94 | 0.13 | 0 | 0.39 | 188.22 | 0.89 | 0.32 |
| Hex | 9 | 87 | 9B | 5E | D | 0 | 27 | BC | 59 | 20 |
| Octal | 11 | 207 | 233 | 136 | 15 | 0 | 47 | 274 | 131 | 40 |
| Binary | 1001 | 10000111 | 10011011 | 1011110 | 1101 | 0 | 100111 | 10111100 | 1011001 | 100000 |
Color Harmonies of #09879B
Complementary color
Monochromatic Colors of #09879B
Black with #09879B
Text Example
Text Example
White with #09879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09879B; }
p { color: rgb(9,135,155); }
H1.HeaderClassName
{
color: #09879B;
}
.AnyTagClassName
{
color: #09879B;
}
</style>
background-color css
<style>
a { background-color: #09879B; }
a { background-color: rgb(9,135,155); }
div.DivClassName
{
background-color: #09879B;
}
.BgClassName
{
background-color: #09879B;
}
</style>
border-color css
<style>
span { border-color: #09879B; }
span { border-color: rgb(9,135,155); }
td.TdClassName
{
border-color: #09879B;
}
.TagClassName
{
border-color: #09879B;
}
</style>