Shades of Eastern Blue #08979E
Tints of Eastern Blue #08979E
RGB
CMYK
RGB Variations
Color information
#08979E (or 0x08979E) is known color: Eastern Blue. HEX triplet: 08, 97 and 9E. RGB value is (8,151,158). Sum of RGB (Red+Green+Blue) = 8+151+158=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #08979E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08979E is #F76861. Grayscale: #6C6C6C. Windows color (decimal): -16214114 or 10393352. OLE color: 10393352.
HSL color Cylindrical-coordinate representation of color #08979E: hue angle of 182.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08979E is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 151 | 158 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.38 |
| HSL | 182.8º | 0.9% | 0.33% | - |
| HSV(B) | 182.8º | 0.95% | 0.62% | - |
| XYZ | 17.34 | 24.65 | 36.19 | - |
| YUV | 109.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 158 | 0.95 | 0.04 | 0 | 0.38 | 182.8 | 0.9 | 0.33 |
| Hex | 8 | 97 | 9E | 5F | 4 | 0 | 26 | B7 | 5A | 21 |
| Octal | 10 | 227 | 236 | 137 | 4 | 0 | 46 | 267 | 132 | 41 |
| Binary | 1000 | 10010111 | 10011110 | 1011111 | 100 | 0 | 100110 | 10110111 | 1011010 | 100001 |
Color Harmonies of #08979E
Complementary color
Monochromatic Colors of #08979E
Black with #08979E
Text Example
Text Example
White with #08979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08979E; }
p { color: rgb(8,151,158); }
H1.HeaderClassName
{
color: #08979E;
}
.AnyTagClassName
{
color: #08979E;
}
</style>
background-color css
<style>
a { background-color: #08979E; }
a { background-color: rgb(8,151,158); }
div.DivClassName
{
background-color: #08979E;
}
.BgClassName
{
background-color: #08979E;
}
</style>
border-color css
<style>
span { border-color: #08979E; }
span { border-color: rgb(8,151,158); }
td.TdClassName
{
border-color: #08979E;
}
.TagClassName
{
border-color: #08979E;
}
</style>