Shades of Eastern Blue #0A889C
Tints of Eastern Blue #0A889C
RGB
CMYK
RGB Variations
Color information
#0A889C (or 0x0A889C) is known color: Eastern Blue. HEX triplet: 0A, 88 and 9C. RGB value is (10,136,156). Sum of RGB (Red+Green+Blue) = 10+136+156=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A889C is #F57763. Grayscale: #646464. Windows color (decimal): -16086884 or 10258442. OLE color: 10258442.
HSL color Cylindrical-coordinate representation of color #0A889C: hue angle of 188.22º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A889C is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 136 | 156 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.39 |
| HSL | 188.22º | 0.88% | 0.33% | - |
| HSV(B) | 188.22º | 0.94% | 0.61% | - |
| XYZ | 14.93 | 20.07 | 34.54 | - |
| YUV | 100.61 | 159.26 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 156 | 0.94 | 0.13 | 0 | 0.39 | 188.22 | 0.88 | 0.33 |
| Hex | A | 88 | 9C | 5E | D | 0 | 27 | BC | 58 | 21 |
| Octal | 12 | 210 | 234 | 136 | 15 | 0 | 47 | 274 | 130 | 41 |
| Binary | 1010 | 10001000 | 10011100 | 1011110 | 1101 | 0 | 100111 | 10111100 | 1011000 | 100001 |
Color Harmonies of #0A889C
Complementary color
Monochromatic Colors of #0A889C
Black with #0A889C
Text Example
Text Example
White with #0A889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A889C; }
p { color: rgb(10,136,156); }
H1.HeaderClassName
{
color: #0A889C;
}
.AnyTagClassName
{
color: #0A889C;
}
</style>
background-color css
<style>
a { background-color: #0A889C; }
a { background-color: rgb(10,136,156); }
div.DivClassName
{
background-color: #0A889C;
}
.BgClassName
{
background-color: #0A889C;
}
</style>
border-color css
<style>
span { border-color: #0A889C; }
span { border-color: rgb(10,136,156); }
td.TdClassName
{
border-color: #0A889C;
}
.TagClassName
{
border-color: #0A889C;
}
</style>