Shades of Eastern Blue #0A8898
Tints of Eastern Blue #0A8898
RGB
CMYK
RGB Variations
Color information
#0A8898 (or 0x0A8898) is known color: Eastern Blue. HEX triplet: 0A, 88 and 98. RGB value is (10,136,152). Sum of RGB (Red+Green+Blue) = 10+136+152=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A8898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8898 is #F57767. Grayscale: #636363. Windows color (decimal): -16086888 or 9996298. OLE color: 9996298.
HSL color Cylindrical-coordinate representation of color #0A8898: hue angle of 186.76º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8898 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 136 | 152 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.40 |
| HSL | 186.76º | 0.88% | 0.32% | - |
| HSV(B) | 186.76º | 0.93% | 0.6% | - |
| XYZ | 14.6 | 19.94 | 32.79 | - |
| YUV | 100.15 | 157.26 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 152 | 0.93 | 0.11 | 0 | 0.40 | 186.76 | 0.88 | 0.32 |
| Hex | A | 88 | 98 | 5D | B | 0 | 28 | BB | 58 | 20 |
| Octal | 12 | 210 | 230 | 135 | 13 | 0 | 50 | 273 | 130 | 40 |
| Binary | 1010 | 10001000 | 10011000 | 1011101 | 1011 | 0 | 101000 | 10111011 | 1011000 | 100000 |
Color Harmonies of #0A8898
Complementary color
Monochromatic Colors of #0A8898
Black with #0A8898
Text Example
Text Example
White with #0A8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8898; }
p { color: rgb(10,136,152); }
H1.HeaderClassName
{
color: #0A8898;
}
.AnyTagClassName
{
color: #0A8898;
}
</style>
background-color css
<style>
a { background-color: #0A8898; }
a { background-color: rgb(10,136,152); }
div.DivClassName
{
background-color: #0A8898;
}
.BgClassName
{
background-color: #0A8898;
}
</style>
border-color css
<style>
span { border-color: #0A8898; }
span { border-color: rgb(10,136,152); }
td.TdClassName
{
border-color: #0A8898;
}
.TagClassName
{
border-color: #0A8898;
}
</style>