Shades of Eastern Blue #09809E
Tints of Eastern Blue #09809E
RGB
CMYK
RGB Variations
Color information
#09809E (or 0x09809E) is known color: Eastern Blue. HEX triplet: 09, 80 and 9E. RGB value is (9,128,158). Sum of RGB (Red+Green+Blue) = 9+128+158=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #09809E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09809E is #F67F61. Grayscale: #5F5F5F. Windows color (decimal): -16154466 or 10387465. OLE color: 10387465.
HSL color Cylindrical-coordinate representation of color #09809E: hue angle of 192.08º 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 #09809E is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 128 | 158 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.38 |
| HSL | 192.08º | 0.89% | 0.33% | - |
| HSV(B) | 192.08º | 0.94% | 0.62% | - |
| XYZ | 14 | 17.97 | 35.08 | - |
| YUV | 95.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 158 | 0.94 | 0.19 | 0 | 0.38 | 192.08 | 0.89 | 0.33 |
| Hex | 9 | 80 | 9E | 5E | 13 | 0 | 26 | C0 | 59 | 21 |
| Octal | 11 | 200 | 236 | 136 | 23 | 0 | 46 | 300 | 131 | 41 |
| Binary | 1001 | 10000000 | 10011110 | 1011110 | 10011 | 0 | 100110 | 11000000 | 1011001 | 100001 |
Color Harmonies of #09809E
Complementary color
Monochromatic Colors of #09809E
Black with #09809E
Text Example
Text Example
White with #09809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09809E; }
p { color: rgb(9,128,158); }
H1.HeaderClassName
{
color: #09809E;
}
.AnyTagClassName
{
color: #09809E;
}
</style>
background-color css
<style>
a { background-color: #09809E; }
a { background-color: rgb(9,128,158); }
div.DivClassName
{
background-color: #09809E;
}
.BgClassName
{
background-color: #09809E;
}
</style>
border-color css
<style>
span { border-color: #09809E; }
span { border-color: rgb(9,128,158); }
td.TdClassName
{
border-color: #09809E;
}
.TagClassName
{
border-color: #09809E;
}
</style>