Shades of Eastern Blue #088D99
Tints of Eastern Blue #088D99
RGB
CMYK
RGB Variations
Color information
#088D99 (or 0x088D99) is known color: Eastern Blue. HEX triplet: 08, 8D and 99. RGB value is (8,141,153). Sum of RGB (Red+Green+Blue) = 8+141+153=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #088D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088D99 is #F77266. Grayscale: #666666. Windows color (decimal): -16216679 or 10063112. OLE color: 10063112.
HSL color Cylindrical-coordinate representation of color #088D99: hue angle of 184.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088D99 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 141 | 153 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.4 |
| HSL | 184.97º | 0.9% | 0.32% | - |
| HSV(B) | 184.97º | 0.95% | 0.6% | - |
| XYZ | 15.37 | 21.4 | 33.46 | - |
| YUV | 102.6 | 156.44 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 153 | 0.95 | 0.08 | 0 | 0.4 | 184.97 | 0.9 | 0.32 |
| Hex | 8 | 8D | 99 | 5F | 8 | 0 | 28 | B9 | 5A | 20 |
| Octal | 10 | 215 | 231 | 137 | 10 | 0 | 50 | 271 | 132 | 40 |
| Binary | 1000 | 10001101 | 10011001 | 1011111 | 1000 | 0 | 101000 | 10111001 | 1011010 | 100000 |
Color Harmonies of #088D99
Complementary color
Monochromatic Colors of #088D99
Black with #088D99
Text Example
Text Example
White with #088D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D99; }
p { color: rgb(8,141,153); }
H1.HeaderClassName
{
color: #088D99;
}
.AnyTagClassName
{
color: #088D99;
}
</style>
background-color css
<style>
a { background-color: #088D99; }
a { background-color: rgb(8,141,153); }
div.DivClassName
{
background-color: #088D99;
}
.BgClassName
{
background-color: #088D99;
}
</style>
border-color css
<style>
span { border-color: #088D99; }
span { border-color: rgb(8,141,153); }
td.TdClassName
{
border-color: #088D99;
}
.TagClassName
{
border-color: #088D99;
}
</style>