Shades of Eastern Blue #09979B
Tints of Eastern Blue #09979B
RGB
CMYK
RGB Variations
Color information
#09979B (or 0x09979B) is known color: Eastern Blue. HEX triplet: 09, 97 and 9B. RGB value is (9,151,155). Sum of RGB (Red+Green+Blue) = 9+151+155=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #09979B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09979B is #F66864. Grayscale: #6C6C6C. Windows color (decimal): -16148581 or 10196745. OLE color: 10196745.
HSL color Cylindrical-coordinate representation of color #09979B: hue angle of 181.64º 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 #09979B is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 151 | 155 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.39 |
| HSL | 181.64º | 0.89% | 0.32% | - |
| HSV(B) | 181.64º | 0.94% | 0.61% | - |
| XYZ | 17.1 | 24.56 | 34.85 | - |
| YUV | 109 | 153.96 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 155 | 0.94 | 0.03 | 0 | 0.39 | 181.64 | 0.89 | 0.32 |
| Hex | 9 | 97 | 9B | 5E | 3 | 0 | 27 | B6 | 59 | 20 |
| Octal | 11 | 227 | 233 | 136 | 3 | 0 | 47 | 266 | 131 | 40 |
| Binary | 1001 | 10010111 | 10011011 | 1011110 | 11 | 0 | 100111 | 10110110 | 1011001 | 100000 |
Color Harmonies of #09979B
Complementary color
Monochromatic Colors of #09979B
Black with #09979B
Text Example
Text Example
White with #09979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09979B; }
p { color: rgb(9,151,155); }
H1.HeaderClassName
{
color: #09979B;
}
.AnyTagClassName
{
color: #09979B;
}
</style>
background-color css
<style>
a { background-color: #09979B; }
a { background-color: rgb(9,151,155); }
div.DivClassName
{
background-color: #09979B;
}
.BgClassName
{
background-color: #09979B;
}
</style>
border-color css
<style>
span { border-color: #09979B; }
span { border-color: rgb(9,151,155); }
td.TdClassName
{
border-color: #09979B;
}
.TagClassName
{
border-color: #09979B;
}
</style>