Shades of Eastern Blue #088DA0
Tints of Eastern Blue #088DA0
RGB
CMYK
RGB Variations
Color information
#088DA0 (or 0x088DA0) is known color: Eastern Blue. HEX triplet: 08, 8D and A0. RGB value is (8,141,160). Sum of RGB (Red+Green+Blue) = 8+141+160=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #088DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088DA0 is #F7725F. Grayscale: #676767. Windows color (decimal): -16216672 or 10521864. OLE color: 10521864.
HSL color Cylindrical-coordinate representation of color #088DA0: hue angle of 187.5º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088DA0 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 141 | 160 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.37 |
| HSL | 187.5º | 0.9% | 0.33% | - |
| HSV(B) | 187.5º | 0.95% | 0.63% | - |
| XYZ | 15.97 | 21.64 | 36.59 | - |
| YUV | 103.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 160 | 0.95 | 0.12 | 0 | 0.37 | 187.5 | 0.9 | 0.33 |
| Hex | 8 | 8D | A0 | 5F | C | 0 | 25 | BC | 5A | 21 |
| Octal | 10 | 215 | 240 | 137 | 14 | 0 | 45 | 274 | 132 | 41 |
| Binary | 1000 | 10001101 | 10100000 | 1011111 | 1100 | 0 | 100101 | 10111100 | 1011010 | 100001 |
Color Harmonies of #088DA0
Complementary color
Monochromatic Colors of #088DA0
Black with #088DA0
Text Example
Text Example
White with #088DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DA0; }
p { color: rgb(8,141,160); }
H1.HeaderClassName
{
color: #088DA0;
}
.AnyTagClassName
{
color: #088DA0;
}
</style>
background-color css
<style>
a { background-color: #088DA0; }
a { background-color: rgb(8,141,160); }
div.DivClassName
{
background-color: #088DA0;
}
.BgClassName
{
background-color: #088DA0;
}
</style>
border-color css
<style>
span { border-color: #088DA0; }
span { border-color: rgb(8,141,160); }
td.TdClassName
{
border-color: #088DA0;
}
.TagClassName
{
border-color: #088DA0;
}
</style>