Shades of Eastern Blue #0887AA
Tints of Eastern Blue #0887AA
RGB
CMYK
RGB Variations
Color information
#0887AA (or 0x0887AA) is known color: Eastern Blue. HEX triplet: 08, 87 and AA. RGB value is (8,135,170). Sum of RGB (Red+Green+Blue) = 8+135+170=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #0887AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0887AA is #F77855. Grayscale: #646464. Windows color (decimal): -16218198 or 11175688. OLE color: 11175688.
HSL color Cylindrical-coordinate representation of color #0887AA: hue angle of 192.96º 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 #0887AA is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 135 | 170 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.33 |
| HSL | 192.96º | 0.91% | 0.35% | - |
| HSV(B) | 192.96º | 0.95% | 0.67% | - |
| XYZ | 16.02 | 20.28 | 41.1 | - |
| YUV | 101.02 | 166.92 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 170 | 0.95 | 0.21 | 0 | 0.33 | 192.96 | 0.91 | 0.35 |
| Hex | 8 | 87 | AA | 5F | 15 | 0 | 21 | C1 | 5B | 23 |
| Octal | 10 | 207 | 252 | 137 | 25 | 0 | 41 | 301 | 133 | 43 |
| Binary | 1000 | 10000111 | 10101010 | 1011111 | 10101 | 0 | 100001 | 11000001 | 1011011 | 100011 |
Color Harmonies of #0887AA
Complementary color
Monochromatic Colors of #0887AA
Black with #0887AA
Text Example
Text Example
White with #0887AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0887AA; }
p { color: rgb(8,135,170); }
H1.HeaderClassName
{
color: #0887AA;
}
.AnyTagClassName
{
color: #0887AA;
}
</style>
background-color css
<style>
a { background-color: #0887AA; }
a { background-color: rgb(8,135,170); }
div.DivClassName
{
background-color: #0887AA;
}
.BgClassName
{
background-color: #0887AA;
}
</style>
border-color css
<style>
span { border-color: #0887AA; }
span { border-color: rgb(8,135,170); }
td.TdClassName
{
border-color: #0887AA;
}
.TagClassName
{
border-color: #0887AA;
}
</style>