Shades of Eastern Blue #08869D
Tints of Eastern Blue #08869D
RGB
CMYK
RGB Variations
Color information
#08869D (or 0x08869D) is known color: Eastern Blue. HEX triplet: 08, 86 and 9D. RGB value is (8,134,157). Sum of RGB (Red+Green+Blue) = 8+134+157=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #08869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08869D is #F77962. Grayscale: #626262. Windows color (decimal): -16218467 or 10323464. OLE color: 10323464.
HSL color Cylindrical-coordinate representation of color #08869D: hue angle of 189.26º 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 #08869D is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 134 | 157 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.38 |
| HSL | 189.26º | 0.9% | 0.32% | - |
| HSV(B) | 189.26º | 0.95% | 0.62% | - |
| XYZ | 14.71 | 19.54 | 34.89 | - |
| YUV | 98.95 | 160.76 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 157 | 0.95 | 0.15 | 0 | 0.38 | 189.26 | 0.9 | 0.32 |
| Hex | 8 | 86 | 9D | 5F | F | 0 | 26 | BD | 5A | 20 |
| Octal | 10 | 206 | 235 | 137 | 17 | 0 | 46 | 275 | 132 | 40 |
| Binary | 1000 | 10000110 | 10011101 | 1011111 | 1111 | 0 | 100110 | 10111101 | 1011010 | 100000 |
Color Harmonies of #08869D
Complementary color
Monochromatic Colors of #08869D
Black with #08869D
Text Example
Text Example
White with #08869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08869D; }
p { color: rgb(8,134,157); }
H1.HeaderClassName
{
color: #08869D;
}
.AnyTagClassName
{
color: #08869D;
}
</style>
background-color css
<style>
a { background-color: #08869D; }
a { background-color: rgb(8,134,157); }
div.DivClassName
{
background-color: #08869D;
}
.BgClassName
{
background-color: #08869D;
}
</style>
border-color css
<style>
span { border-color: #08869D; }
span { border-color: rgb(8,134,157); }
td.TdClassName
{
border-color: #08869D;
}
.TagClassName
{
border-color: #08869D;
}
</style>