Shades of Dark Cyan #087E8D
Tints of Dark Cyan #087E8D
RGB
CMYK
RGB Variations
Color information
#087E8D (or 0x087E8D) is known color: Dark Cyan. HEX triplet: 08, 7E and 8D. RGB value is (8,126,141). Sum of RGB (Red+Green+Blue) = 8+126+141=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #087E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087E8D is #F78172. Grayscale: #5C5C5C. Windows color (decimal): -16220531 or 9272840. OLE color: 9272840.
HSL color Cylindrical-coordinate representation of color #087E8D: hue angle of 186.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087E8D is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 126 | 141 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.45 |
| HSL | 186.77º | 0.89% | 0.29% | - |
| HSV(B) | 186.77º | 0.94% | 0.55% | - |
| XYZ | 12.37 | 16.9 | 27.81 | - |
| YUV | 92.43 | 155.41 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 141 | 0.94 | 0.11 | 0 | 0.45 | 186.77 | 0.89 | 0.29 |
| Hex | 8 | 7E | 8D | 5E | B | 0 | 2D | BB | 59 | 1D |
| Octal | 10 | 176 | 215 | 136 | 13 | 0 | 55 | 273 | 131 | 35 |
| Binary | 1000 | 1111110 | 10001101 | 1011110 | 1011 | 0 | 101101 | 10111011 | 1011001 | 11101 |
Color Harmonies of #087E8D
Complementary color
Monochromatic Colors of #087E8D
Black with #087E8D
Text Example
Text Example
White with #087E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087E8D; }
p { color: rgb(8,126,141); }
H1.HeaderClassName
{
color: #087E8D;
}
.AnyTagClassName
{
color: #087E8D;
}
</style>
background-color css
<style>
a { background-color: #087E8D; }
a { background-color: rgb(8,126,141); }
div.DivClassName
{
background-color: #087E8D;
}
.BgClassName
{
background-color: #087E8D;
}
</style>
border-color css
<style>
span { border-color: #087E8D; }
span { border-color: rgb(8,126,141); }
td.TdClassName
{
border-color: #087E8D;
}
.TagClassName
{
border-color: #087E8D;
}
</style>