Shades of Eastern Blue #098C9B
Tints of Eastern Blue #098C9B
RGB
CMYK
RGB Variations
Color information
#098C9B (or 0x098C9B) is known color: Eastern Blue. HEX triplet: 09, 8C and 9B. RGB value is (9,140,155). Sum of RGB (Red+Green+Blue) = 9+140+155=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #098C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098C9B is #F67364. Grayscale: #666666. Windows color (decimal): -16151397 or 10193929. OLE color: 10193929.
HSL color Cylindrical-coordinate representation of color #098C9B: hue angle of 186.16º 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 #098C9B is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 140 | 155 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.39 |
| HSL | 186.16º | 0.89% | 0.32% | - |
| HSV(B) | 186.16º | 0.94% | 0.61% | - |
| XYZ | 15.41 | 21.18 | 34.29 | - |
| YUV | 102.54 | 157.6 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 155 | 0.94 | 0.10 | 0 | 0.39 | 186.16 | 0.89 | 0.32 |
| Hex | 9 | 8C | 9B | 5E | A | 0 | 27 | BA | 59 | 20 |
| Octal | 11 | 214 | 233 | 136 | 12 | 0 | 47 | 272 | 131 | 40 |
| Binary | 1001 | 10001100 | 10011011 | 1011110 | 1010 | 0 | 100111 | 10111010 | 1011001 | 100000 |
Color Harmonies of #098C9B
Complementary color
Monochromatic Colors of #098C9B
Black with #098C9B
Text Example
Text Example
White with #098C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098C9B; }
p { color: rgb(9,140,155); }
H1.HeaderClassName
{
color: #098C9B;
}
.AnyTagClassName
{
color: #098C9B;
}
</style>
background-color css
<style>
a { background-color: #098C9B; }
a { background-color: rgb(9,140,155); }
div.DivClassName
{
background-color: #098C9B;
}
.BgClassName
{
background-color: #098C9B;
}
</style>
border-color css
<style>
span { border-color: #098C9B; }
span { border-color: rgb(9,140,155); }
td.TdClassName
{
border-color: #098C9B;
}
.TagClassName
{
border-color: #098C9B;
}
</style>