Shades of Eastern Blue #098F9A
Tints of Eastern Blue #098F9A
RGB
CMYK
RGB Variations
Color information
#098F9A (or 0x098F9A) is known color: Eastern Blue. HEX triplet: 09, 8F and 9A. RGB value is (9,143,154). Sum of RGB (Red+Green+Blue) = 9+143+154=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #098F9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098F9A is #F67065. Grayscale: #686868. Windows color (decimal): -16150630 or 10129161. OLE color: 10129161.
HSL color Cylindrical-coordinate representation of color #098F9A: hue angle of 184.55º 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 #098F9A is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 143 | 154 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.40 |
| HSL | 184.55º | 0.89% | 0.32% | - |
| HSV(B) | 184.55º | 0.94% | 0.6% | - |
| XYZ | 15.77 | 22.04 | 33.99 | - |
| YUV | 104.19 | 156.11 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 154 | 0.94 | 0.07 | 0 | 0.40 | 184.55 | 0.89 | 0.32 |
| Hex | 9 | 8F | 9A | 5E | 7 | 0 | 28 | B9 | 59 | 20 |
| Octal | 11 | 217 | 232 | 136 | 7 | 0 | 50 | 271 | 131 | 40 |
| Binary | 1001 | 10001111 | 10011010 | 1011110 | 111 | 0 | 101000 | 10111001 | 1011001 | 100000 |
Color Harmonies of #098F9A
Complementary color
Monochromatic Colors of #098F9A
Black with #098F9A
Text Example
Text Example
White with #098F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098F9A; }
p { color: rgb(9,143,154); }
H1.HeaderClassName
{
color: #098F9A;
}
.AnyTagClassName
{
color: #098F9A;
}
</style>
background-color css
<style>
a { background-color: #098F9A; }
a { background-color: rgb(9,143,154); }
div.DivClassName
{
background-color: #098F9A;
}
.BgClassName
{
background-color: #098F9A;
}
</style>
border-color css
<style>
span { border-color: #098F9A; }
span { border-color: rgb(9,143,154); }
td.TdClassName
{
border-color: #098F9A;
}
.TagClassName
{
border-color: #098F9A;
}
</style>