Shades of Eastern Blue #008F98
Tints of Eastern Blue #008F98
RGB
CMYK
RGB Variations
Color information
#008F98 (or 0x008F98) is known color: Eastern Blue. HEX triplet: 00, 8F and 98. RGB value is (0,143,152). Sum of RGB (Red+Green+Blue) = 0+143+152=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #008F98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008F98 is #FF7067. Grayscale: #656565. Windows color (decimal): -16740456 or 9998080. OLE color: 9998080.
HSL color Cylindrical-coordinate representation of color #008F98: hue angle of 183.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F98 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 143 | 152 | - |
| CMYK | 1 | 0.06 | 0 | 0.40 |
| HSL | 183.55º | 1% | 0.3% | - |
| HSV(B) | 183.55º | 1% | 0.6% | - |
| XYZ | 15.49 | 21.91 | 33.12 | - |
| YUV | 101.27 | 156.62 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 152 | 1 | 0.06 | 0 | 0.40 | 183.55 | 1 | 0.3 |
| Hex | 0 | 8F | 98 | 64 | 6 | 0 | 28 | B8 | 64 | 1E |
| Octal | 0 | 217 | 230 | 144 | 6 | 0 | 50 | 270 | 144 | 36 |
| Binary | 0 | 10001111 | 10011000 | 1100100 | 110 | 0 | 101000 | 10111000 | 1100100 | 11110 |
Color Harmonies of #008F98
Complementary color
Monochromatic Colors of #008F98
Black with #008F98
Text Example
Text Example
White with #008F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F98; }
p { color: rgb(0,143,152); }
H1.HeaderClassName
{
color: #008F98;
}
.AnyTagClassName
{
color: #008F98;
}
</style>
background-color css
<style>
a { background-color: #008F98; }
a { background-color: rgb(0,143,152); }
div.DivClassName
{
background-color: #008F98;
}
.BgClassName
{
background-color: #008F98;
}
</style>
border-color css
<style>
span { border-color: #008F98; }
span { border-color: rgb(0,143,152); }
td.TdClassName
{
border-color: #008F98;
}
.TagClassName
{
border-color: #008F98;
}
</style>