Shades of Eastern Blue #0888AA
Tints of Eastern Blue #0888AA
RGB
CMYK
RGB Variations
Color information
#0888AA (or 0x0888AA) is known color: Eastern Blue. HEX triplet: 08, 88 and AA. RGB value is (8,136,170). Sum of RGB (Red+Green+Blue) = 8+136+170=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #0888AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0888AA is #F77755. Grayscale: #656565. Windows color (decimal): -16217942 or 11175944. OLE color: 11175944.
HSL color Cylindrical-coordinate representation of color #0888AA: hue angle of 192.59º 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 #0888AA is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 136 | 170 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.33 |
| HSL | 192.59º | 0.91% | 0.35% | - |
| HSV(B) | 192.59º | 0.95% | 0.67% | - |
| XYZ | 16.16 | 20.56 | 41.15 | - |
| YUV | 101.6 | 166.59 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 170 | 0.95 | 0.20 | 0 | 0.33 | 192.59 | 0.91 | 0.35 |
| Hex | 8 | 88 | AA | 5F | 14 | 0 | 21 | C1 | 5B | 23 |
| Octal | 10 | 210 | 252 | 137 | 24 | 0 | 41 | 301 | 133 | 43 |
| Binary | 1000 | 10001000 | 10101010 | 1011111 | 10100 | 0 | 100001 | 11000001 | 1011011 | 100011 |
Color Harmonies of #0888AA
Complementary color
Monochromatic Colors of #0888AA
Black with #0888AA
Text Example
Text Example
White with #0888AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888AA; }
p { color: rgb(8,136,170); }
H1.HeaderClassName
{
color: #0888AA;
}
.AnyTagClassName
{
color: #0888AA;
}
</style>
background-color css
<style>
a { background-color: #0888AA; }
a { background-color: rgb(8,136,170); }
div.DivClassName
{
background-color: #0888AA;
}
.BgClassName
{
background-color: #0888AA;
}
</style>
border-color css
<style>
span { border-color: #0888AA; }
span { border-color: rgb(8,136,170); }
td.TdClassName
{
border-color: #0888AA;
}
.TagClassName
{
border-color: #0888AA;
}
</style>