Shades of Eastern Blue #098F98
Tints of Eastern Blue #098F98
RGB
CMYK
RGB Variations
Color information
#098F98 (or 0x098F98) is known color: Eastern Blue. HEX triplet: 09, 8F and 98. RGB value is (9,143,152). Sum of RGB (Red+Green+Blue) = 9+143+152=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #098F98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098F98 is #F67067. Grayscale: #676767. Windows color (decimal): -16150632 or 9998089. OLE color: 9998089.
HSL color Cylindrical-coordinate representation of color #098F98: hue angle of 183.78º 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 #098F98 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 143 | 152 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.40 |
| HSL | 183.78º | 0.89% | 0.32% | - |
| HSV(B) | 183.78º | 0.94% | 0.6% | - |
| XYZ | 15.6 | 21.97 | 33.12 | - |
| YUV | 103.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 152 | 0.94 | 0.06 | 0 | 0.40 | 183.78 | 0.89 | 0.32 |
| Hex | 9 | 8F | 98 | 5E | 6 | 0 | 28 | B8 | 59 | 20 |
| Octal | 11 | 217 | 230 | 136 | 6 | 0 | 50 | 270 | 131 | 40 |
| Binary | 1001 | 10001111 | 10011000 | 1011110 | 110 | 0 | 101000 | 10111000 | 1011001 | 100000 |
Color Harmonies of #098F98
Complementary color
Monochromatic Colors of #098F98
Black with #098F98
Text Example
Text Example
White with #098F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098F98; }
p { color: rgb(9,143,152); }
H1.HeaderClassName
{
color: #098F98;
}
.AnyTagClassName
{
color: #098F98;
}
</style>
background-color css
<style>
a { background-color: #098F98; }
a { background-color: rgb(9,143,152); }
div.DivClassName
{
background-color: #098F98;
}
.BgClassName
{
background-color: #098F98;
}
</style>
border-color css
<style>
span { border-color: #098F98; }
span { border-color: rgb(9,143,152); }
td.TdClassName
{
border-color: #098F98;
}
.TagClassName
{
border-color: #098F98;
}
</style>