Shades of Eastern Blue #09939F
Tints of Eastern Blue #09939F
RGB
CMYK
RGB Variations
Color information
#09939F (or 0x09939F) is known color: Eastern Blue. HEX triplet: 09, 93 and 9F. RGB value is (9,147,159). Sum of RGB (Red+Green+Blue) = 9+147+159=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #09939F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09939F is #F66C60. Grayscale: #6A6A6A. Windows color (decimal): -16149601 or 10457865. OLE color: 10457865.
HSL color Cylindrical-coordinate representation of color #09939F: hue angle of 184.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 #09939F is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 147 | 159 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.38 |
| HSL | 184.8º | 0.89% | 0.33% | - |
| HSV(B) | 184.8º | 0.94% | 0.62% | - |
| XYZ | 16.8 | 23.43 | 36.44 | - |
| YUV | 107.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 159 | 0.94 | 0.08 | 0 | 0.38 | 184.8 | 0.89 | 0.33 |
| Hex | 9 | 93 | 9F | 5E | 8 | 0 | 26 | B9 | 59 | 21 |
| Octal | 11 | 223 | 237 | 136 | 10 | 0 | 46 | 271 | 131 | 41 |
| Binary | 1001 | 10010011 | 10011111 | 1011110 | 1000 | 0 | 100110 | 10111001 | 1011001 | 100001 |
Color Harmonies of #09939F
Complementary color
Monochromatic Colors of #09939F
Black with #09939F
Text Example
Text Example
White with #09939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09939F; }
p { color: rgb(9,147,159); }
H1.HeaderClassName
{
color: #09939F;
}
.AnyTagClassName
{
color: #09939F;
}
</style>
background-color css
<style>
a { background-color: #09939F; }
a { background-color: rgb(9,147,159); }
div.DivClassName
{
background-color: #09939F;
}
.BgClassName
{
background-color: #09939F;
}
</style>
border-color css
<style>
span { border-color: #09939F; }
span { border-color: rgb(9,147,159); }
td.TdClassName
{
border-color: #09939F;
}
.TagClassName
{
border-color: #09939F;
}
</style>