Shades of Eastern Blue #088D9E
Tints of Eastern Blue #088D9E
RGB
CMYK
RGB Variations
Color information
#088D9E (or 0x088D9E) is known color: Eastern Blue. HEX triplet: 08, 8D and 9E. RGB value is (8,141,158). Sum of RGB (Red+Green+Blue) = 8+141+158=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #088D9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088D9E is #F77261. Grayscale: #666666. Windows color (decimal): -16216674 or 10390792. OLE color: 10390792.
HSL color Cylindrical-coordinate representation of color #088D9E: hue angle of 186.8º 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 #088D9E is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 141 | 158 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.38 |
| HSL | 186.8º | 0.9% | 0.33% | - |
| HSV(B) | 186.8º | 0.95% | 0.62% | - |
| XYZ | 15.8 | 21.57 | 35.68 | - |
| YUV | 103.17 | 158.94 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 158 | 0.95 | 0.11 | 0 | 0.38 | 186.8 | 0.9 | 0.33 |
| Hex | 8 | 8D | 9E | 5F | B | 0 | 26 | BB | 5A | 21 |
| Octal | 10 | 215 | 236 | 137 | 13 | 0 | 46 | 273 | 132 | 41 |
| Binary | 1000 | 10001101 | 10011110 | 1011111 | 1011 | 0 | 100110 | 10111011 | 1011010 | 100001 |
Color Harmonies of #088D9E
Complementary color
Monochromatic Colors of #088D9E
Black with #088D9E
Text Example
Text Example
White with #088D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D9E; }
p { color: rgb(8,141,158); }
H1.HeaderClassName
{
color: #088D9E;
}
.AnyTagClassName
{
color: #088D9E;
}
</style>
background-color css
<style>
a { background-color: #088D9E; }
a { background-color: rgb(8,141,158); }
div.DivClassName
{
background-color: #088D9E;
}
.BgClassName
{
background-color: #088D9E;
}
</style>
border-color css
<style>
span { border-color: #088D9E; }
span { border-color: rgb(8,141,158); }
td.TdClassName
{
border-color: #088D9E;
}
.TagClassName
{
border-color: #088D9E;
}
</style>