Shades of Dark Cyan #087D8E
Tints of Dark Cyan #087D8E
RGB
CMYK
RGB Variations
Color information
#087D8E (or 0x087D8E) is known color: Dark Cyan. HEX triplet: 08, 7D and 8E. RGB value is (8,125,142). Sum of RGB (Red+Green+Blue) = 8+125+142=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #087D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087D8E is #F78271. Grayscale: #5B5B5B. Windows color (decimal): -16220786 or 9338120. OLE color: 9338120.
HSL color Cylindrical-coordinate representation of color #087D8E: hue angle of 187.61º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D8E is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 125 | 142 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.44 |
| HSL | 187.61º | 0.89% | 0.29% | - |
| HSV(B) | 187.61º | 0.94% | 0.56% | - |
| XYZ | 12.32 | 16.67 | 28.16 | - |
| YUV | 91.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 142 | 0.94 | 0.12 | 0 | 0.44 | 187.61 | 0.89 | 0.29 |
| Hex | 8 | 7D | 8E | 5E | C | 0 | 2C | BC | 59 | 1D |
| Octal | 10 | 175 | 216 | 136 | 14 | 0 | 54 | 274 | 131 | 35 |
| Binary | 1000 | 1111101 | 10001110 | 1011110 | 1100 | 0 | 101100 | 10111100 | 1011001 | 11101 |
Color Harmonies of #087D8E
Complementary color
Monochromatic Colors of #087D8E
Black with #087D8E
Text Example
Text Example
White with #087D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087D8E; }
p { color: rgb(8,125,142); }
H1.HeaderClassName
{
color: #087D8E;
}
.AnyTagClassName
{
color: #087D8E;
}
</style>
background-color css
<style>
a { background-color: #087D8E; }
a { background-color: rgb(8,125,142); }
div.DivClassName
{
background-color: #087D8E;
}
.BgClassName
{
background-color: #087D8E;
}
</style>
border-color css
<style>
span { border-color: #087D8E; }
span { border-color: rgb(8,125,142); }
td.TdClassName
{
border-color: #087D8E;
}
.TagClassName
{
border-color: #087D8E;
}
</style>