Shades of Dark Cyan #087E8F
Tints of Dark Cyan #087E8F
RGB
CMYK
RGB Variations
Color information
#087E8F (or 0x087E8F) is known color: Dark Cyan. HEX triplet: 08, 7E and 8F. RGB value is (8,126,143). Sum of RGB (Red+Green+Blue) = 8+126+143=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #087E8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087E8F is #F78170. Grayscale: #5C5C5C. Windows color (decimal): -16220529 or 9403912. OLE color: 9403912.
HSL color Cylindrical-coordinate representation of color #087E8F: hue angle of 187.56º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087E8F is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 126 | 143 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.44 |
| HSL | 187.56º | 0.89% | 0.3% | - |
| HSV(B) | 187.56º | 0.94% | 0.56% | - |
| XYZ | 12.52 | 16.96 | 28.6 | - |
| YUV | 92.66 | 156.41 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 143 | 0.94 | 0.12 | 0 | 0.44 | 187.56 | 0.89 | 0.3 |
| Hex | 8 | 7E | 8F | 5E | C | 0 | 2C | BC | 59 | 1E |
| Octal | 10 | 176 | 217 | 136 | 14 | 0 | 54 | 274 | 131 | 36 |
| Binary | 1000 | 1111110 | 10001111 | 1011110 | 1100 | 0 | 101100 | 10111100 | 1011001 | 11110 |
Color Harmonies of #087E8F
Complementary color
Monochromatic Colors of #087E8F
Black with #087E8F
Text Example
Text Example
White with #087E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087E8F; }
p { color: rgb(8,126,143); }
H1.HeaderClassName
{
color: #087E8F;
}
.AnyTagClassName
{
color: #087E8F;
}
</style>
background-color css
<style>
a { background-color: #087E8F; }
a { background-color: rgb(8,126,143); }
div.DivClassName
{
background-color: #087E8F;
}
.BgClassName
{
background-color: #087E8F;
}
</style>
border-color css
<style>
span { border-color: #087E8F; }
span { border-color: rgb(8,126,143); }
td.TdClassName
{
border-color: #087E8F;
}
.TagClassName
{
border-color: #087E8F;
}
</style>