Shades of Eastern Blue #087C95
Tints of Eastern Blue #087C95
RGB
CMYK
RGB Variations
Color information
#087C95 (or 0x087C95) is known color: Eastern Blue. HEX triplet: 08, 7C and 95. RGB value is (8,124,149). Sum of RGB (Red+Green+Blue) = 8+124+149=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #087C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087C95 is #F7836A. Grayscale: #5B5B5B. Windows color (decimal): -16221035 or 9796616. OLE color: 9796616.
HSL color Cylindrical-coordinate representation of color #087C95: hue angle of 190.64º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087C95 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 124 | 149 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.42 |
| HSL | 190.64º | 0.9% | 0.31% | - |
| HSV(B) | 190.64º | 0.95% | 0.58% | - |
| XYZ | 12.73 | 16.64 | 30.97 | - |
| YUV | 92.17 | 160.07 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 149 | 0.95 | 0.17 | 0 | 0.42 | 190.64 | 0.9 | 0.31 |
| Hex | 8 | 7C | 95 | 5F | 11 | 0 | 2A | BF | 5A | 1F |
| Octal | 10 | 174 | 225 | 137 | 21 | 0 | 52 | 277 | 132 | 37 |
| Binary | 1000 | 1111100 | 10010101 | 1011111 | 10001 | 0 | 101010 | 10111111 | 1011010 | 11111 |
Color Harmonies of #087C95
Complementary color
Monochromatic Colors of #087C95
Black with #087C95
Text Example
Text Example
White with #087C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C95; }
p { color: rgb(8,124,149); }
H1.HeaderClassName
{
color: #087C95;
}
.AnyTagClassName
{
color: #087C95;
}
</style>
background-color css
<style>
a { background-color: #087C95; }
a { background-color: rgb(8,124,149); }
div.DivClassName
{
background-color: #087C95;
}
.BgClassName
{
background-color: #087C95;
}
</style>
border-color css
<style>
span { border-color: #087C95; }
span { border-color: rgb(8,124,149); }
td.TdClassName
{
border-color: #087C95;
}
.TagClassName
{
border-color: #087C95;
}
</style>