Shades of Eastern Blue #008F9C
Tints of Eastern Blue #008F9C
RGB
CMYK
RGB Variations
Color information
#008F9C (or 0x008F9C) is known color: Eastern Blue. HEX triplet: 00, 8F and 9C. RGB value is (0,143,156). Sum of RGB (Red+Green+Blue) = 0+143+156=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #008F9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008F9C is #FF7063. Grayscale: #656565. Windows color (decimal): -16740452 or 10260224. OLE color: 10260224.
HSL color Cylindrical-coordinate representation of color #008F9C: hue angle of 185º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F9C is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 143 | 156 | - |
| CMYK | 1 | 0.08 | 0 | 0.39 |
| HSL | 185º | 1% | 0.31% | - |
| HSV(B) | 185º | 1% | 0.61% | - |
| XYZ | 15.82 | 22.05 | 34.87 | - |
| YUV | 101.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 156 | 1 | 0.08 | 0 | 0.39 | 185 | 1 | 0.31 |
| Hex | 0 | 8F | 9C | 64 | 8 | 0 | 27 | B9 | 64 | 1F |
| Octal | 0 | 217 | 234 | 144 | 10 | 0 | 47 | 271 | 144 | 37 |
| Binary | 0 | 10001111 | 10011100 | 1100100 | 1000 | 0 | 100111 | 10111001 | 1100100 | 11111 |
Color Harmonies of #008F9C
Complementary color
Monochromatic Colors of #008F9C
Black with #008F9C
Text Example
Text Example
White with #008F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F9C; }
p { color: rgb(0,143,156); }
H1.HeaderClassName
{
color: #008F9C;
}
.AnyTagClassName
{
color: #008F9C;
}
</style>
background-color css
<style>
a { background-color: #008F9C; }
a { background-color: rgb(0,143,156); }
div.DivClassName
{
background-color: #008F9C;
}
.BgClassName
{
background-color: #008F9C;
}
</style>
border-color css
<style>
span { border-color: #008F9C; }
span { border-color: rgb(0,143,156); }
td.TdClassName
{
border-color: #008F9C;
}
.TagClassName
{
border-color: #008F9C;
}
</style>