Shades of Eastern Blue #08889D
Tints of Eastern Blue #08889D
RGB
CMYK
RGB Variations
Color information
#08889D (or 0x08889D) is known color: Eastern Blue. HEX triplet: 08, 88 and 9D. RGB value is (8,136,157). Sum of RGB (Red+Green+Blue) = 8+136+157=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #08889D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08889D is #F77762. Grayscale: #636363. Windows color (decimal): -16217955 or 10323976. OLE color: 10323976.
HSL color Cylindrical-coordinate representation of color #08889D: hue angle of 188.46º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08889D is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 136 | 157 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.38 |
| HSL | 188.46º | 0.9% | 0.32% | - |
| HSV(B) | 188.46º | 0.95% | 0.62% | - |
| XYZ | 14.99 | 20.09 | 34.99 | - |
| YUV | 100.12 | 160.09 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 157 | 0.95 | 0.13 | 0 | 0.38 | 188.46 | 0.9 | 0.32 |
| Hex | 8 | 88 | 9D | 5F | D | 0 | 26 | BC | 5A | 20 |
| Octal | 10 | 210 | 235 | 137 | 15 | 0 | 46 | 274 | 132 | 40 |
| Binary | 1000 | 10001000 | 10011101 | 1011111 | 1101 | 0 | 100110 | 10111100 | 1011010 | 100000 |
Color Harmonies of #08889D
Complementary color
Monochromatic Colors of #08889D
Black with #08889D
Text Example
Text Example
White with #08889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08889D; }
p { color: rgb(8,136,157); }
H1.HeaderClassName
{
color: #08889D;
}
.AnyTagClassName
{
color: #08889D;
}
</style>
background-color css
<style>
a { background-color: #08889D; }
a { background-color: rgb(8,136,157); }
div.DivClassName
{
background-color: #08889D;
}
.BgClassName
{
background-color: #08889D;
}
</style>
border-color css
<style>
span { border-color: #08889D; }
span { border-color: rgb(8,136,157); }
td.TdClassName
{
border-color: #08889D;
}
.TagClassName
{
border-color: #08889D;
}
</style>