Shades of Eastern Blue #0A8A9E
Tints of Eastern Blue #0A8A9E
RGB
CMYK
RGB Variations
Color information
#0A8A9E (or 0x0A8A9E) is known color: Eastern Blue. HEX triplet: 0A, 8A and 9E. RGB value is (10,138,158). Sum of RGB (Red+Green+Blue) = 10+138+158=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A8A9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8A9E is #F57561. Grayscale: #656565. Windows color (decimal): -16086370 or 10390026. OLE color: 10390026.
HSL color Cylindrical-coordinate representation of color #0A8A9E: hue angle of 188.11º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8A9E is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 138 | 158 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.38 |
| HSL | 188.11º | 0.88% | 0.33% | - |
| HSV(B) | 188.11º | 0.94% | 0.62% | - |
| XYZ | 15.39 | 20.71 | 35.53 | - |
| YUV | 102.01 | 159.59 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 158 | 0.94 | 0.13 | 0 | 0.38 | 188.11 | 0.88 | 0.33 |
| Hex | A | 8A | 9E | 5E | D | 0 | 26 | BC | 58 | 21 |
| Octal | 12 | 212 | 236 | 136 | 15 | 0 | 46 | 274 | 130 | 41 |
| Binary | 1010 | 10001010 | 10011110 | 1011110 | 1101 | 0 | 100110 | 10111100 | 1011000 | 100001 |
Color Harmonies of #0A8A9E
Complementary color
Monochromatic Colors of #0A8A9E
Black with #0A8A9E
Text Example
Text Example
White with #0A8A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A9E; }
p { color: rgb(10,138,158); }
H1.HeaderClassName
{
color: #0A8A9E;
}
.AnyTagClassName
{
color: #0A8A9E;
}
</style>
background-color css
<style>
a { background-color: #0A8A9E; }
a { background-color: rgb(10,138,158); }
div.DivClassName
{
background-color: #0A8A9E;
}
.BgClassName
{
background-color: #0A8A9E;
}
</style>
border-color css
<style>
span { border-color: #0A8A9E; }
span { border-color: rgb(10,138,158); }
td.TdClassName
{
border-color: #0A8A9E;
}
.TagClassName
{
border-color: #0A8A9E;
}
</style>