Shades of Eastern Blue #09969D
Tints of Eastern Blue #09969D
RGB
CMYK
RGB Variations
Color information
#09969D (or 0x09969D) is known color: Eastern Blue. HEX triplet: 09, 96 and 9D. RGB value is (9,150,157). Sum of RGB (Red+Green+Blue) = 9+150+157=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #09969D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09969D is #F66962. Grayscale: #6C6C6C. Windows color (decimal): -16148835 or 10327561. OLE color: 10327561.
HSL color Cylindrical-coordinate representation of color #09969D: hue angle of 182.84º 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 #09969D is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 150 | 157 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.38 |
| HSL | 182.84º | 0.89% | 0.33% | - |
| HSV(B) | 182.84º | 0.94% | 0.62% | - |
| XYZ | 17.1 | 24.31 | 35.69 | - |
| YUV | 108.64 | 155.29 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 157 | 0.94 | 0.04 | 0 | 0.38 | 182.84 | 0.89 | 0.33 |
| Hex | 9 | 96 | 9D | 5E | 4 | 0 | 26 | B7 | 59 | 21 |
| Octal | 11 | 226 | 235 | 136 | 4 | 0 | 46 | 267 | 131 | 41 |
| Binary | 1001 | 10010110 | 10011101 | 1011110 | 100 | 0 | 100110 | 10110111 | 1011001 | 100001 |
Color Harmonies of #09969D
Complementary color
Monochromatic Colors of #09969D
Black with #09969D
Text Example
Text Example
White with #09969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09969D; }
p { color: rgb(9,150,157); }
H1.HeaderClassName
{
color: #09969D;
}
.AnyTagClassName
{
color: #09969D;
}
</style>
background-color css
<style>
a { background-color: #09969D; }
a { background-color: rgb(9,150,157); }
div.DivClassName
{
background-color: #09969D;
}
.BgClassName
{
background-color: #09969D;
}
</style>
border-color css
<style>
span { border-color: #09969D; }
span { border-color: rgb(9,150,157); }
td.TdClassName
{
border-color: #09969D;
}
.TagClassName
{
border-color: #09969D;
}
</style>