Shades of Eastern Blue #0888AB
Tints of Eastern Blue #0888AB
RGB
CMYK
RGB Variations
Color information
#0888AB (or 0x0888AB) is known color: Eastern Blue. HEX triplet: 08, 88 and AB. RGB value is (8,136,171). Sum of RGB (Red+Green+Blue) = 8+136+171=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #0888AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0888AB is #F77754. Grayscale: #656565. Windows color (decimal): -16217941 or 11241480. OLE color: 11241480.
HSL color Cylindrical-coordinate representation of color #0888AB: hue angle of 192.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0888AB is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 136 | 171 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.33 |
| HSL | 192.88º | 0.91% | 0.35% | - |
| HSV(B) | 192.88º | 0.95% | 0.67% | - |
| XYZ | 16.25 | 20.6 | 41.65 | - |
| YUV | 101.72 | 167.09 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 171 | 0.95 | 0.20 | 0 | 0.33 | 192.88 | 0.91 | 0.35 |
| Hex | 8 | 88 | AB | 5F | 14 | 0 | 21 | C1 | 5B | 23 |
| Octal | 10 | 210 | 253 | 137 | 24 | 0 | 41 | 301 | 133 | 43 |
| Binary | 1000 | 10001000 | 10101011 | 1011111 | 10100 | 0 | 100001 | 11000001 | 1011011 | 100011 |
Color Harmonies of #0888AB
Complementary color
Monochromatic Colors of #0888AB
Black with #0888AB
Text Example
Text Example
White with #0888AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888AB; }
p { color: rgb(8,136,171); }
H1.HeaderClassName
{
color: #0888AB;
}
.AnyTagClassName
{
color: #0888AB;
}
</style>
background-color css
<style>
a { background-color: #0888AB; }
a { background-color: rgb(8,136,171); }
div.DivClassName
{
background-color: #0888AB;
}
.BgClassName
{
background-color: #0888AB;
}
</style>
border-color css
<style>
span { border-color: #0888AB; }
span { border-color: rgb(8,136,171); }
td.TdClassName
{
border-color: #0888AB;
}
.TagClassName
{
border-color: #0888AB;
}
</style>