Shades of Eastern Blue #0988A9
Tints of Eastern Blue #0988A9
RGB
CMYK
RGB Variations
Color information
#0988A9 (or 0x0988A9) is known color: Eastern Blue. HEX triplet: 09, 88 and A9. RGB value is (9,136,169). Sum of RGB (Red+Green+Blue) = 9+136+169=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #0988A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0988A9 is #F67756. Grayscale: #656565. Windows color (decimal): -16152407 or 11110409. OLE color: 11110409.
HSL color Cylindrical-coordinate representation of color #0988A9: hue angle of 192.38º 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 #0988A9 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 9 | 136 | 169 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.34 |
| HSL | 192.38º | 0.9% | 0.35% | - |
| HSV(B) | 192.38º | 0.95% | 0.66% | - |
| XYZ | 16.08 | 20.53 | 40.65 | - |
| YUV | 101.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 169 | 0.95 | 0.20 | 0 | 0.34 | 192.38 | 0.9 | 0.35 |
| Hex | 9 | 88 | A9 | 5F | 14 | 0 | 22 | C0 | 5A | 23 |
| Octal | 11 | 210 | 251 | 137 | 24 | 0 | 42 | 300 | 132 | 43 |
| Binary | 1001 | 10001000 | 10101001 | 1011111 | 10100 | 0 | 100010 | 11000000 | 1011010 | 100011 |
Color Harmonies of #0988A9
Complementary color
Monochromatic Colors of #0988A9
Black with #0988A9
Text Example
Text Example
White with #0988A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0988A9; }
p { color: rgb(9,136,169); }
H1.HeaderClassName
{
color: #0988A9;
}
.AnyTagClassName
{
color: #0988A9;
}
</style>
background-color css
<style>
a { background-color: #0988A9; }
a { background-color: rgb(9,136,169); }
div.DivClassName
{
background-color: #0988A9;
}
.BgClassName
{
background-color: #0988A9;
}
</style>
border-color css
<style>
span { border-color: #0988A9; }
span { border-color: rgb(9,136,169); }
td.TdClassName
{
border-color: #0988A9;
}
.TagClassName
{
border-color: #0988A9;
}
</style>