Shades of Eastern Blue #08899E
Tints of Eastern Blue #08899E
RGB
CMYK
RGB Variations
Color information
#08899E (or 0x08899E) is known color: Eastern Blue. HEX triplet: 08, 89 and 9E. RGB value is (8,137,158). Sum of RGB (Red+Green+Blue) = 8+137+158=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #08899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08899E is #F77661. Grayscale: #646464. Windows color (decimal): -16217698 or 10389768. OLE color: 10389768.
HSL color Cylindrical-coordinate representation of color #08899E: hue angle of 188.4º 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 #08899E is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 137 | 158 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.38 |
| HSL | 188.4º | 0.9% | 0.33% | - |
| HSV(B) | 188.4º | 0.95% | 0.62% | - |
| XYZ | 15.22 | 20.41 | 35.49 | - |
| YUV | 100.82 | 160.26 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 158 | 0.95 | 0.13 | 0 | 0.38 | 188.4 | 0.9 | 0.33 |
| Hex | 8 | 89 | 9E | 5F | D | 0 | 26 | BC | 5A | 21 |
| Octal | 10 | 211 | 236 | 137 | 15 | 0 | 46 | 274 | 132 | 41 |
| Binary | 1000 | 10001001 | 10011110 | 1011111 | 1101 | 0 | 100110 | 10111100 | 1011010 | 100001 |
Color Harmonies of #08899E
Complementary color
Monochromatic Colors of #08899E
Black with #08899E
Text Example
Text Example
White with #08899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08899E; }
p { color: rgb(8,137,158); }
H1.HeaderClassName
{
color: #08899E;
}
.AnyTagClassName
{
color: #08899E;
}
</style>
background-color css
<style>
a { background-color: #08899E; }
a { background-color: rgb(8,137,158); }
div.DivClassName
{
background-color: #08899E;
}
.BgClassName
{
background-color: #08899E;
}
</style>
border-color css
<style>
span { border-color: #08899E; }
span { border-color: rgb(8,137,158); }
td.TdClassName
{
border-color: #08899E;
}
.TagClassName
{
border-color: #08899E;
}
</style>