Shades of Eastern Blue #088898
Tints of Eastern Blue #088898
RGB
CMYK
RGB Variations
Color information
#088898 (or 0x088898) is known color: Eastern Blue. HEX triplet: 08, 88 and 98. RGB value is (8,136,152). Sum of RGB (Red+Green+Blue) = 8+136+152=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #088898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088898 is #F77767. Grayscale: #636363. Windows color (decimal): -16217960 or 9996296. OLE color: 9996296.
HSL color Cylindrical-coordinate representation of color #088898: hue angle of 186.67º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088898 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 136 | 152 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.40 |
| HSL | 186.67º | 0.9% | 0.31% | - |
| HSV(B) | 186.67º | 0.95% | 0.6% | - |
| XYZ | 14.57 | 19.93 | 32.78 | - |
| YUV | 99.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 152 | 0.95 | 0.11 | 0 | 0.40 | 186.67 | 0.9 | 0.31 |
| Hex | 8 | 88 | 98 | 5F | B | 0 | 28 | BB | 5A | 1F |
| Octal | 10 | 210 | 230 | 137 | 13 | 0 | 50 | 273 | 132 | 37 |
| Binary | 1000 | 10001000 | 10011000 | 1011111 | 1011 | 0 | 101000 | 10111011 | 1011010 | 11111 |
Color Harmonies of #088898
Complementary color
Monochromatic Colors of #088898
Black with #088898
Text Example
Text Example
White with #088898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088898; }
p { color: rgb(8,136,152); }
H1.HeaderClassName
{
color: #088898;
}
.AnyTagClassName
{
color: #088898;
}
</style>
background-color css
<style>
a { background-color: #088898; }
a { background-color: rgb(8,136,152); }
div.DivClassName
{
background-color: #088898;
}
.BgClassName
{
background-color: #088898;
}
</style>
border-color css
<style>
span { border-color: #088898; }
span { border-color: rgb(8,136,152); }
td.TdClassName
{
border-color: #088898;
}
.TagClassName
{
border-color: #088898;
}
</style>