Shades of Eastern Blue #008C9F
Tints of Eastern Blue #008C9F
RGB
CMYK
RGB Variations
Color information
#008C9F (or 0x008C9F) is known color: Eastern Blue. HEX triplet: 00, 8C and 9F. RGB value is (0,140,159). Sum of RGB (Red+Green+Blue) = 0+140+159=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #008C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008C9F is #FF7360. Grayscale: #646464. Windows color (decimal): -16741217 or 10456064. OLE color: 10456064.
HSL color Cylindrical-coordinate representation of color #008C9F: hue angle of 187.17º 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 #008C9F is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 140 | 159 | - |
| CMYK | 1 | 0.12 | 0 | 0.38 |
| HSL | 187.17º | 1% | 0.31% | - |
| HSV(B) | 187.17º | 1% | 0.62% | - |
| XYZ | 15.64 | 21.26 | 36.08 | - |
| YUV | 100.31 | 161.12 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 159 | 1 | 0.12 | 0 | 0.38 | 187.17 | 1 | 0.31 |
| Hex | 0 | 8C | 9F | 64 | C | 0 | 26 | BB | 64 | 1F |
| Octal | 0 | 214 | 237 | 144 | 14 | 0 | 46 | 273 | 144 | 37 |
| Binary | 0 | 10001100 | 10011111 | 1100100 | 1100 | 0 | 100110 | 10111011 | 1100100 | 11111 |
Color Harmonies of #008C9F
Complementary color
Monochromatic Colors of #008C9F
Black with #008C9F
Text Example
Text Example
White with #008C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C9F; }
p { color: rgb(0,140,159); }
H1.HeaderClassName
{
color: #008C9F;
}
.AnyTagClassName
{
color: #008C9F;
}
</style>
background-color css
<style>
a { background-color: #008C9F; }
a { background-color: rgb(0,140,159); }
div.DivClassName
{
background-color: #008C9F;
}
.BgClassName
{
background-color: #008C9F;
}
</style>
border-color css
<style>
span { border-color: #008C9F; }
span { border-color: rgb(0,140,159); }
td.TdClassName
{
border-color: #008C9F;
}
.TagClassName
{
border-color: #008C9F;
}
</style>