Shades of Eastern Blue #08889C
Tints of Eastern Blue #08889C
RGB
CMYK
RGB Variations
Color information
#08889C (or 0x08889C) is known color: Eastern Blue. HEX triplet: 08, 88 and 9C. RGB value is (8,136,156). Sum of RGB (Red+Green+Blue) = 8+136+156=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #08889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08889C is #F77763. Grayscale: #636363. Windows color (decimal): -16217956 or 10258440. OLE color: 10258440.
HSL color Cylindrical-coordinate representation of color #08889C: hue angle of 188.11º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08889C is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 136 | 156 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.39 |
| HSL | 188.11º | 0.9% | 0.32% | - |
| HSV(B) | 188.11º | 0.95% | 0.61% | - |
| XYZ | 14.91 | 20.06 | 34.54 | - |
| YUV | 100.01 | 159.59 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 156 | 0.95 | 0.13 | 0 | 0.39 | 188.11 | 0.9 | 0.32 |
| Hex | 8 | 88 | 9C | 5F | D | 0 | 27 | BC | 5A | 20 |
| Octal | 10 | 210 | 234 | 137 | 15 | 0 | 47 | 274 | 132 | 40 |
| Binary | 1000 | 10001000 | 10011100 | 1011111 | 1101 | 0 | 100111 | 10111100 | 1011010 | 100000 |
Color Harmonies of #08889C
Complementary color
Monochromatic Colors of #08889C
Black with #08889C
Text Example
Text Example
White with #08889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08889C; }
p { color: rgb(8,136,156); }
H1.HeaderClassName
{
color: #08889C;
}
.AnyTagClassName
{
color: #08889C;
}
</style>
background-color css
<style>
a { background-color: #08889C; }
a { background-color: rgb(8,136,156); }
div.DivClassName
{
background-color: #08889C;
}
.BgClassName
{
background-color: #08889C;
}
</style>
border-color css
<style>
span { border-color: #08889C; }
span { border-color: rgb(8,136,156); }
td.TdClassName
{
border-color: #08889C;
}
.TagClassName
{
border-color: #08889C;
}
</style>