Shades of Eastern Blue #088799
Tints of Eastern Blue #088799
RGB
CMYK
RGB Variations
Color information
#088799 (or 0x088799) is known color: Eastern Blue. HEX triplet: 08, 87 and 99. RGB value is (8,135,153). Sum of RGB (Red+Green+Blue) = 8+135+153=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #088799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088799 is #F77866. Grayscale: #626262. Windows color (decimal): -16218215 or 10061576. OLE color: 10061576.
HSL color Cylindrical-coordinate representation of color #088799: hue angle of 187.45º 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 #088799 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 135 | 153 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.4 |
| HSL | 187.45º | 0.9% | 0.32% | - |
| HSV(B) | 187.45º | 0.95% | 0.6% | - |
| XYZ | 14.51 | 19.68 | 33.17 | - |
| YUV | 99.08 | 158.42 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 153 | 0.95 | 0.12 | 0 | 0.4 | 187.45 | 0.9 | 0.32 |
| Hex | 8 | 87 | 99 | 5F | C | 0 | 28 | BB | 5A | 20 |
| Octal | 10 | 207 | 231 | 137 | 14 | 0 | 50 | 273 | 132 | 40 |
| Binary | 1000 | 10000111 | 10011001 | 1011111 | 1100 | 0 | 101000 | 10111011 | 1011010 | 100000 |
Color Harmonies of #088799
Complementary color
Monochromatic Colors of #088799
Black with #088799
Text Example
Text Example
White with #088799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088799; }
p { color: rgb(8,135,153); }
H1.HeaderClassName
{
color: #088799;
}
.AnyTagClassName
{
color: #088799;
}
</style>
background-color css
<style>
a { background-color: #088799; }
a { background-color: rgb(8,135,153); }
div.DivClassName
{
background-color: #088799;
}
.BgClassName
{
background-color: #088799;
}
</style>
border-color css
<style>
span { border-color: #088799; }
span { border-color: rgb(8,135,153); }
td.TdClassName
{
border-color: #088799;
}
.TagClassName
{
border-color: #088799;
}
</style>