Shades of Eastern Blue #0987A9
Tints of Eastern Blue #0987A9
RGB
CMYK
RGB Variations
Color information
#0987A9 (or 0x0987A9) is known color: Eastern Blue. HEX triplet: 09, 87 and A9. RGB value is (9,135,169). Sum of RGB (Red+Green+Blue) = 9+135+169=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #0987A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0987A9 is #F67856. Grayscale: #646464. Windows color (decimal): -16152663 or 11110153. OLE color: 11110153.
HSL color Cylindrical-coordinate representation of color #0987A9: hue angle of 192.75º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0987A9 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 9 | 135 | 169 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.34 |
| HSL | 192.75º | 0.9% | 0.35% | - |
| HSV(B) | 192.75º | 0.95% | 0.66% | - |
| XYZ | 15.94 | 20.25 | 40.6 | - |
| YUV | 101.2 | 166.26 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 169 | 0.95 | 0.20 | 0 | 0.34 | 192.75 | 0.9 | 0.35 |
| Hex | 9 | 87 | A9 | 5F | 14 | 0 | 22 | C1 | 5A | 23 |
| Octal | 11 | 207 | 251 | 137 | 24 | 0 | 42 | 301 | 132 | 43 |
| Binary | 1001 | 10000111 | 10101001 | 1011111 | 10100 | 0 | 100010 | 11000001 | 1011010 | 100011 |
Color Harmonies of #0987A9
Complementary color
Monochromatic Colors of #0987A9
Black with #0987A9
Text Example
Text Example
White with #0987A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0987A9; }
p { color: rgb(9,135,169); }
H1.HeaderClassName
{
color: #0987A9;
}
.AnyTagClassName
{
color: #0987A9;
}
</style>
background-color css
<style>
a { background-color: #0987A9; }
a { background-color: rgb(9,135,169); }
div.DivClassName
{
background-color: #0987A9;
}
.BgClassName
{
background-color: #0987A9;
}
</style>
border-color css
<style>
span { border-color: #0987A9; }
span { border-color: rgb(9,135,169); }
td.TdClassName
{
border-color: #0987A9;
}
.TagClassName
{
border-color: #0987A9;
}
</style>