Shades of Eastern Blue #08889A
Tints of Eastern Blue #08889A
RGB
CMYK
RGB Variations
Color information
#08889A (or 0x08889A) is known color: Eastern Blue. HEX triplet: 08, 88 and 9A. RGB value is (8,136,154). Sum of RGB (Red+Green+Blue) = 8+136+154=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #08889A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08889A is #F77765. Grayscale: #636363. Windows color (decimal): -16217958 or 10127368. OLE color: 10127368.
HSL color Cylindrical-coordinate representation of color #08889A: hue angle of 187.4º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08889A is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 136 | 154 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.40 |
| HSL | 187.4º | 0.9% | 0.32% | - |
| HSV(B) | 187.4º | 0.95% | 0.6% | - |
| XYZ | 14.74 | 19.99 | 33.65 | - |
| YUV | 99.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 154 | 0.95 | 0.12 | 0 | 0.40 | 187.4 | 0.9 | 0.32 |
| Hex | 8 | 88 | 9A | 5F | C | 0 | 28 | BB | 5A | 20 |
| Octal | 10 | 210 | 232 | 137 | 14 | 0 | 50 | 273 | 132 | 40 |
| Binary | 1000 | 10001000 | 10011010 | 1011111 | 1100 | 0 | 101000 | 10111011 | 1011010 | 100000 |
Color Harmonies of #08889A
Complementary color
Monochromatic Colors of #08889A
Black with #08889A
Text Example
Text Example
White with #08889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08889A; }
p { color: rgb(8,136,154); }
H1.HeaderClassName
{
color: #08889A;
}
.AnyTagClassName
{
color: #08889A;
}
</style>
background-color css
<style>
a { background-color: #08889A; }
a { background-color: rgb(8,136,154); }
div.DivClassName
{
background-color: #08889A;
}
.BgClassName
{
background-color: #08889A;
}
</style>
border-color css
<style>
span { border-color: #08889A; }
span { border-color: rgb(8,136,154); }
td.TdClassName
{
border-color: #08889A;
}
.TagClassName
{
border-color: #08889A;
}
</style>