Shades of Eastern Blue #09909B
Tints of Eastern Blue #09909B
RGB
CMYK
RGB Variations
Color information
#09909B (or 0x09909B) is known color: Eastern Blue. HEX triplet: 09, 90 and 9B. RGB value is (9,144,155). Sum of RGB (Red+Green+Blue) = 9+144+155=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #09909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09909B is #F66F64. Grayscale: #686868. Windows color (decimal): -16150373 or 10194953. OLE color: 10194953.
HSL color Cylindrical-coordinate representation of color #09909B: hue angle of 184.52º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09909B is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 144 | 155 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.39 |
| HSL | 184.52º | 0.89% | 0.32% | - |
| HSV(B) | 184.52º | 0.94% | 0.61% | - |
| XYZ | 16 | 22.37 | 34.49 | - |
| YUV | 104.89 | 156.27 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 155 | 0.94 | 0.07 | 0 | 0.39 | 184.52 | 0.89 | 0.32 |
| Hex | 9 | 90 | 9B | 5E | 7 | 0 | 27 | B9 | 59 | 20 |
| Octal | 11 | 220 | 233 | 136 | 7 | 0 | 47 | 271 | 131 | 40 |
| Binary | 1001 | 10010000 | 10011011 | 1011110 | 111 | 0 | 100111 | 10111001 | 1011001 | 100000 |
Color Harmonies of #09909B
Complementary color
Monochromatic Colors of #09909B
Black with #09909B
Text Example
Text Example
White with #09909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09909B; }
p { color: rgb(9,144,155); }
H1.HeaderClassName
{
color: #09909B;
}
.AnyTagClassName
{
color: #09909B;
}
</style>
background-color css
<style>
a { background-color: #09909B; }
a { background-color: rgb(9,144,155); }
div.DivClassName
{
background-color: #09909B;
}
.BgClassName
{
background-color: #09909B;
}
</style>
border-color css
<style>
span { border-color: #09909B; }
span { border-color: rgb(9,144,155); }
td.TdClassName
{
border-color: #09909B;
}
.TagClassName
{
border-color: #09909B;
}
</style>