Shades of Eastern Blue #09809D
Tints of Eastern Blue #09809D
RGB
CMYK
RGB Variations
Color information
#09809D (or 0x09809D) is known color: Eastern Blue. HEX triplet: 09, 80 and 9D. RGB value is (9,128,157). Sum of RGB (Red+Green+Blue) = 9+128+157=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #09809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09809D is #F67F62. Grayscale: #5F5F5F. Windows color (decimal): -16154467 or 10321929. OLE color: 10321929.
HSL color Cylindrical-coordinate representation of color #09809D: hue angle of 191.76º 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 #09809D is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 128 | 157 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.38 |
| HSL | 191.76º | 0.89% | 0.33% | - |
| HSV(B) | 191.76º | 0.94% | 0.62% | - |
| XYZ | 13.92 | 17.93 | 34.63 | - |
| YUV | 95.73 | 162.58 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 157 | 0.94 | 0.18 | 0 | 0.38 | 191.76 | 0.89 | 0.33 |
| Hex | 9 | 80 | 9D | 5E | 12 | 0 | 26 | C0 | 59 | 21 |
| Octal | 11 | 200 | 235 | 136 | 22 | 0 | 46 | 300 | 131 | 41 |
| Binary | 1001 | 10000000 | 10011101 | 1011110 | 10010 | 0 | 100110 | 11000000 | 1011001 | 100001 |
Color Harmonies of #09809D
Complementary color
Monochromatic Colors of #09809D
Black with #09809D
Text Example
Text Example
White with #09809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09809D; }
p { color: rgb(9,128,157); }
H1.HeaderClassName
{
color: #09809D;
}
.AnyTagClassName
{
color: #09809D;
}
</style>
background-color css
<style>
a { background-color: #09809D; }
a { background-color: rgb(9,128,157); }
div.DivClassName
{
background-color: #09809D;
}
.BgClassName
{
background-color: #09809D;
}
</style>
border-color css
<style>
span { border-color: #09809D; }
span { border-color: rgb(9,128,157); }
td.TdClassName
{
border-color: #09809D;
}
.TagClassName
{
border-color: #09809D;
}
</style>