Shades of Eastern Blue #0087AB
Tints of Eastern Blue #0087AB
RGB
CMYK
RGB Variations
Color information
#0087AB (or 0x0087AB) is known color: Eastern Blue. HEX triplet: 00, 87 and AB. RGB value is (0,135,171). Sum of RGB (Red+Green+Blue) = 0+135+171=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #0087AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0087AB is #FF7854. Grayscale: #626262. Windows color (decimal): -16742485 or 11241216. OLE color: 11241216.
HSL color Cylindrical-coordinate representation of color #0087AB: hue angle of 192.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087AB is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 135 | 171 | - |
| CMYK | 1 | 0.21 | 0 | 0.33 |
| HSL | 192.63º | 1% | 0.34% | - |
| HSV(B) | 192.63º | 1% | 0.67% | - |
| XYZ | 16.01 | 20.27 | 41.6 | - |
| YUV | 98.74 | 168.77 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 171 | 1 | 0.21 | 0 | 0.33 | 192.63 | 1 | 0.34 |
| Hex | 0 | 87 | AB | 64 | 15 | 0 | 21 | C1 | 64 | 22 |
| Octal | 0 | 207 | 253 | 144 | 25 | 0 | 41 | 301 | 144 | 42 |
| Binary | 0 | 10000111 | 10101011 | 1100100 | 10101 | 0 | 100001 | 11000001 | 1100100 | 100010 |
Color Harmonies of #0087AB
Complementary color
Monochromatic Colors of #0087AB
Black with #0087AB
Text Example
Text Example
White with #0087AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0087AB; }
p { color: rgb(0,135,171); }
H1.HeaderClassName
{
color: #0087AB;
}
.AnyTagClassName
{
color: #0087AB;
}
</style>
background-color css
<style>
a { background-color: #0087AB; }
a { background-color: rgb(0,135,171); }
div.DivClassName
{
background-color: #0087AB;
}
.BgClassName
{
background-color: #0087AB;
}
</style>
border-color css
<style>
span { border-color: #0087AB; }
span { border-color: rgb(0,135,171); }
td.TdClassName
{
border-color: #0087AB;
}
.TagClassName
{
border-color: #0087AB;
}
</style>