Shades of Eastern Blue #097F9F
Tints of Eastern Blue #097F9F
RGB
CMYK
RGB Variations
Color information
#097F9F (or 0x097F9F) is known color: Eastern Blue. HEX triplet: 09, 7F and 9F. RGB value is (9,127,159). Sum of RGB (Red+Green+Blue) = 9+127+159=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #097F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F9F is #F68060. Grayscale: #5F5F5F. Windows color (decimal): -16154721 or 10452745. OLE color: 10452745.
HSL color Cylindrical-coordinate representation of color #097F9F: hue angle of 192.8º 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 #097F9F is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 127 | 159 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.38 |
| HSL | 192.8º | 0.89% | 0.33% | - |
| HSV(B) | 192.8º | 0.94% | 0.62% | - |
| XYZ | 13.96 | 17.74 | 35.49 | - |
| YUV | 95.37 | 163.91 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 159 | 0.94 | 0.20 | 0 | 0.38 | 192.8 | 0.89 | 0.33 |
| Hex | 9 | 7F | 9F | 5E | 14 | 0 | 26 | C1 | 59 | 21 |
| Octal | 11 | 177 | 237 | 136 | 24 | 0 | 46 | 301 | 131 | 41 |
| Binary | 1001 | 1111111 | 10011111 | 1011110 | 10100 | 0 | 100110 | 11000001 | 1011001 | 100001 |
Color Harmonies of #097F9F
Complementary color
Monochromatic Colors of #097F9F
Black with #097F9F
Text Example
Text Example
White with #097F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097F9F; }
p { color: rgb(9,127,159); }
H1.HeaderClassName
{
color: #097F9F;
}
.AnyTagClassName
{
color: #097F9F;
}
</style>
background-color css
<style>
a { background-color: #097F9F; }
a { background-color: rgb(9,127,159); }
div.DivClassName
{
background-color: #097F9F;
}
.BgClassName
{
background-color: #097F9F;
}
</style>
border-color css
<style>
span { border-color: #097F9F; }
span { border-color: rgb(9,127,159); }
td.TdClassName
{
border-color: #097F9F;
}
.TagClassName
{
border-color: #097F9F;
}
</style>