Shades of Eastern Blue #0888A0
Tints of Eastern Blue #0888A0
RGB
CMYK
RGB Variations
Color information
#0888A0 (or 0x0888A0) is known color: Eastern Blue. HEX triplet: 08, 88 and A0. RGB value is (8,136,160). Sum of RGB (Red+Green+Blue) = 8+136+160=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #0888A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0888A0 is #F7775F. Grayscale: #646464. Windows color (decimal): -16217952 or 10520584. OLE color: 10520584.
HSL color Cylindrical-coordinate representation of color #0888A0: hue angle of 189.47º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0888A0 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 136 | 160 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.37 |
| HSL | 189.47º | 0.9% | 0.33% | - |
| HSV(B) | 189.47º | 0.95% | 0.63% | - |
| XYZ | 15.25 | 20.2 | 36.35 | - |
| YUV | 100.46 | 161.59 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 160 | 0.95 | 0.15 | 0 | 0.37 | 189.47 | 0.9 | 0.33 |
| Hex | 8 | 88 | A0 | 5F | F | 0 | 25 | BD | 5A | 21 |
| Octal | 10 | 210 | 240 | 137 | 17 | 0 | 45 | 275 | 132 | 41 |
| Binary | 1000 | 10001000 | 10100000 | 1011111 | 1111 | 0 | 100101 | 10111101 | 1011010 | 100001 |
Color Harmonies of #0888A0
Complementary color
Monochromatic Colors of #0888A0
Black with #0888A0
Text Example
Text Example
White with #0888A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888A0; }
p { color: rgb(8,136,160); }
H1.HeaderClassName
{
color: #0888A0;
}
.AnyTagClassName
{
color: #0888A0;
}
</style>
background-color css
<style>
a { background-color: #0888A0; }
a { background-color: rgb(8,136,160); }
div.DivClassName
{
background-color: #0888A0;
}
.BgClassName
{
background-color: #0888A0;
}
</style>
border-color css
<style>
span { border-color: #0888A0; }
span { border-color: rgb(8,136,160); }
td.TdClassName
{
border-color: #0888A0;
}
.TagClassName
{
border-color: #0888A0;
}
</style>