Shades of Eastern Blue #097F98
Tints of Eastern Blue #097F98
RGB
CMYK
RGB Variations
Color information
#097F98 (or 0x097F98) is known color: Eastern Blue. HEX triplet: 09, 7F and 98. RGB value is (9,127,152). Sum of RGB (Red+Green+Blue) = 9+127+152=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #097F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F98 is #F68067. Grayscale: #5E5E5E. Windows color (decimal): -16154728 or 9993993. OLE color: 9993993.
HSL color Cylindrical-coordinate representation of color #097F98: hue angle of 190.49º 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 #097F98 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 127 | 152 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.40 |
| HSL | 190.49º | 0.89% | 0.32% | - |
| HSV(B) | 190.49º | 0.94% | 0.6% | - |
| XYZ | 13.37 | 17.5 | 32.38 | - |
| YUV | 94.57 | 160.41 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 152 | 0.94 | 0.16 | 0 | 0.40 | 190.49 | 0.89 | 0.32 |
| Hex | 9 | 7F | 98 | 5E | 10 | 0 | 28 | BE | 59 | 20 |
| Octal | 11 | 177 | 230 | 136 | 20 | 0 | 50 | 276 | 131 | 40 |
| Binary | 1001 | 1111111 | 10011000 | 1011110 | 10000 | 0 | 101000 | 10111110 | 1011001 | 100000 |
Color Harmonies of #097F98
Complementary color
Monochromatic Colors of #097F98
Black with #097F98
Text Example
Text Example
White with #097F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097F98; }
p { color: rgb(9,127,152); }
H1.HeaderClassName
{
color: #097F98;
}
.AnyTagClassName
{
color: #097F98;
}
</style>
background-color css
<style>
a { background-color: #097F98; }
a { background-color: rgb(9,127,152); }
div.DivClassName
{
background-color: #097F98;
}
.BgClassName
{
background-color: #097F98;
}
</style>
border-color css
<style>
span { border-color: #097F98; }
span { border-color: rgb(9,127,152); }
td.TdClassName
{
border-color: #097F98;
}
.TagClassName
{
border-color: #097F98;
}
</style>