Shades of Eastern Blue #0B889F
Tints of Eastern Blue #0B889F
RGB
CMYK
RGB Variations
Color information
#0B889F (or 0x0B889F) is known color: Eastern Blue. HEX triplet: 0B, 88 and 9F. RGB value is (11,136,159). Sum of RGB (Red+Green+Blue) = 11+136+159=306 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.59% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #0B889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B889F is #F47760. Grayscale: #656565. Windows color (decimal): -16021345 or 10455051. OLE color: 10455051.
HSL color Cylindrical-coordinate representation of color #0B889F: hue angle of 189.32º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B889F is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 136 | 159 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.38 |
| HSL | 189.32º | 0.87% | 0.33% | - |
| HSV(B) | 189.32º | 0.93% | 0.62% | - |
| XYZ | 15.2 | 20.18 | 35.9 | - |
| YUV | 101.25 | 160.59 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 159 | 0.93 | 0.14 | 0 | 0.38 | 189.32 | 0.87 | 0.33 |
| Hex | B | 88 | 9F | 5D | E | 0 | 26 | BD | 57 | 21 |
| Octal | 13 | 210 | 237 | 135 | 16 | 0 | 46 | 275 | 127 | 41 |
| Binary | 1011 | 10001000 | 10011111 | 1011101 | 1110 | 0 | 100110 | 10111101 | 1010111 | 100001 |
Color Harmonies of #0B889F
Complementary color
Monochromatic Colors of #0B889F
Black with #0B889F
Text Example
Text Example
White with #0B889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B889F; }
p { color: rgb(11,136,159); }
H1.HeaderClassName
{
color: #0B889F;
}
.AnyTagClassName
{
color: #0B889F;
}
</style>
background-color css
<style>
a { background-color: #0B889F; }
a { background-color: rgb(11,136,159); }
div.DivClassName
{
background-color: #0B889F;
}
.BgClassName
{
background-color: #0B889F;
}
</style>
border-color css
<style>
span { border-color: #0B889F; }
span { border-color: rgb(11,136,159); }
td.TdClassName
{
border-color: #0B889F;
}
.TagClassName
{
border-color: #0B889F;
}
</style>