Shades of Eastern Blue #0A8CA3
Tints of Eastern Blue #0A8CA3
RGB
CMYK
RGB Variations
Color information
#0A8CA3 (or 0x0A8CA3) is known color: Eastern Blue. HEX triplet: 0A, 8C and A3. RGB value is (10,140,163). Sum of RGB (Red+Green+Blue) = 10+140+163=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 163 (64.06% from 255 or 52.08% from 313); Max value from RGB is 163 - color contains mainly: blue. Hex color #0A8CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8CA3 is #F5735C. Grayscale: #676767. Windows color (decimal): -16085853 or 10718218. OLE color: 10718218.
HSL color Cylindrical-coordinate representation of color #0A8CA3: hue angle of 189.02º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8CA3 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 140 | 163 | - |
| CMYK | 0.94 | 0.14 | 0 | 0.36 |
| HSL | 189.02º | 0.88% | 0.34% | - |
| HSV(B) | 189.02º | 0.94% | 0.64% | - |
| XYZ | 16.11 | 21.47 | 37.94 | - |
| YUV | 103.75 | 161.43 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 140 | 163 | 0.94 | 0.14 | 0 | 0.36 | 189.02 | 0.88 | 0.34 |
| Hex | A | 8C | A3 | 5E | E | 0 | 24 | BD | 58 | 22 |
| Octal | 12 | 214 | 243 | 136 | 16 | 0 | 44 | 275 | 130 | 42 |
| Binary | 1010 | 10001100 | 10100011 | 1011110 | 1110 | 0 | 100100 | 10111101 | 1011000 | 100010 |
Color Harmonies of #0A8CA3
Complementary color
Monochromatic Colors of #0A8CA3
Black with #0A8CA3
Text Example
Text Example
White with #0A8CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8CA3; }
p { color: rgb(10,140,163); }
H1.HeaderClassName
{
color: #0A8CA3;
}
.AnyTagClassName
{
color: #0A8CA3;
}
</style>
background-color css
<style>
a { background-color: #0A8CA3; }
a { background-color: rgb(10,140,163); }
div.DivClassName
{
background-color: #0A8CA3;
}
.BgClassName
{
background-color: #0A8CA3;
}
</style>
border-color css
<style>
span { border-color: #0A8CA3; }
span { border-color: rgb(10,140,163); }
td.TdClassName
{
border-color: #0A8CA3;
}
.TagClassName
{
border-color: #0A8CA3;
}
</style>