Shades of Eastern Blue #0B8FA0
Tints of Eastern Blue #0B8FA0
RGB
CMYK
RGB Variations
Color information
#0B8FA0 (or 0x0B8FA0) is known color: Eastern Blue. HEX triplet: 0B, 8F and A0. RGB value is (11,143,160). Sum of RGB (Red+Green+Blue) = 11+143+160=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #0B8FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8FA0 is #F4705F. Grayscale: #696969. Windows color (decimal): -16019552 or 10522379. OLE color: 10522379.
HSL color Cylindrical-coordinate representation of color #0B8FA0: hue angle of 186.85º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8FA0 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 143 | 160 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.37 |
| HSL | 186.85º | 0.87% | 0.34% | - |
| HSV(B) | 186.85º | 0.93% | 0.63% | - |
| XYZ | 16.31 | 22.25 | 36.69 | - |
| YUV | 105.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 160 | 0.93 | 0.11 | 0 | 0.37 | 186.85 | 0.87 | 0.34 |
| Hex | B | 8F | A0 | 5D | B | 0 | 25 | BB | 57 | 22 |
| Octal | 13 | 217 | 240 | 135 | 13 | 0 | 45 | 273 | 127 | 42 |
| Binary | 1011 | 10001111 | 10100000 | 1011101 | 1011 | 0 | 100101 | 10111011 | 1010111 | 100010 |
Color Harmonies of #0B8FA0
Complementary color
Monochromatic Colors of #0B8FA0
Black with #0B8FA0
Text Example
Text Example
White with #0B8FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8FA0; }
p { color: rgb(11,143,160); }
H1.HeaderClassName
{
color: #0B8FA0;
}
.AnyTagClassName
{
color: #0B8FA0;
}
</style>
background-color css
<style>
a { background-color: #0B8FA0; }
a { background-color: rgb(11,143,160); }
div.DivClassName
{
background-color: #0B8FA0;
}
.BgClassName
{
background-color: #0B8FA0;
}
</style>
border-color css
<style>
span { border-color: #0B8FA0; }
span { border-color: rgb(11,143,160); }
td.TdClassName
{
border-color: #0B8FA0;
}
.TagClassName
{
border-color: #0B8FA0;
}
</style>