Shades of Eastern Blue #008B9F
Tints of Eastern Blue #008B9F
RGB
CMYK
RGB Variations
Color information
#008B9F (or 0x008B9F) is known color: Eastern Blue. HEX triplet: 00, 8B and 9F. RGB value is (0,139,159). Sum of RGB (Red+Green+Blue) = 0+139+159=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #008B9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B9F is #FF7460. Grayscale: #636363. Windows color (decimal): -16741473 or 10455808. OLE color: 10455808.
HSL color Cylindrical-coordinate representation of color #008B9F: hue angle of 187.55º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B9F is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 139 | 159 | - |
| CMYK | 1 | 0.13 | 0 | 0.38 |
| HSL | 187.55º | 1% | 0.31% | - |
| HSV(B) | 187.55º | 1% | 0.62% | - |
| XYZ | 15.49 | 20.97 | 36.03 | - |
| YUV | 99.72 | 161.45 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 159 | 1 | 0.13 | 0 | 0.38 | 187.55 | 1 | 0.31 |
| Hex | 0 | 8B | 9F | 64 | D | 0 | 26 | BC | 64 | 1F |
| Octal | 0 | 213 | 237 | 144 | 15 | 0 | 46 | 274 | 144 | 37 |
| Binary | 0 | 10001011 | 10011111 | 1100100 | 1101 | 0 | 100110 | 10111100 | 1100100 | 11111 |
Color Harmonies of #008B9F
Complementary color
Monochromatic Colors of #008B9F
Black with #008B9F
Text Example
Text Example
White with #008B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B9F; }
p { color: rgb(0,139,159); }
H1.HeaderClassName
{
color: #008B9F;
}
.AnyTagClassName
{
color: #008B9F;
}
</style>
background-color css
<style>
a { background-color: #008B9F; }
a { background-color: rgb(0,139,159); }
div.DivClassName
{
background-color: #008B9F;
}
.BgClassName
{
background-color: #008B9F;
}
</style>
border-color css
<style>
span { border-color: #008B9F; }
span { border-color: rgb(0,139,159); }
td.TdClassName
{
border-color: #008B9F;
}
.TagClassName
{
border-color: #008B9F;
}
</style>