Shades of Eastern Blue #098D9F
Tints of Eastern Blue #098D9F
RGB
CMYK
RGB Variations
Color information
#098D9F (or 0x098D9F) is known color: Eastern Blue. HEX triplet: 09, 8D and 9F. RGB value is (9,141,159). Sum of RGB (Red+Green+Blue) = 9+141+159=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #098D9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098D9F is #F67260. Grayscale: #676767. Windows color (decimal): -16151137 or 10456329. OLE color: 10456329.
HSL color Cylindrical-coordinate representation of color #098D9F: hue angle of 187.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 #098D9F is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 141 | 159 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.38 |
| HSL | 187.2º | 0.89% | 0.33% | - |
| HSV(B) | 187.2º | 0.94% | 0.62% | - |
| XYZ | 15.9 | 21.61 | 36.13 | - |
| YUV | 103.58 | 159.27 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 159 | 0.94 | 0.11 | 0 | 0.38 | 187.2 | 0.89 | 0.33 |
| Hex | 9 | 8D | 9F | 5E | B | 0 | 26 | BB | 59 | 21 |
| Octal | 11 | 215 | 237 | 136 | 13 | 0 | 46 | 273 | 131 | 41 |
| Binary | 1001 | 10001101 | 10011111 | 1011110 | 1011 | 0 | 100110 | 10111011 | 1011001 | 100001 |
Color Harmonies of #098D9F
Complementary color
Monochromatic Colors of #098D9F
Black with #098D9F
Text Example
Text Example
White with #098D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D9F; }
p { color: rgb(9,141,159); }
H1.HeaderClassName
{
color: #098D9F;
}
.AnyTagClassName
{
color: #098D9F;
}
</style>
background-color css
<style>
a { background-color: #098D9F; }
a { background-color: rgb(9,141,159); }
div.DivClassName
{
background-color: #098D9F;
}
.BgClassName
{
background-color: #098D9F;
}
</style>
border-color css
<style>
span { border-color: #098D9F; }
span { border-color: rgb(9,141,159); }
td.TdClassName
{
border-color: #098D9F;
}
.TagClassName
{
border-color: #098D9F;
}
</style>