Shades of Dark Cyan #088487
Tints of Dark Cyan #088487
RGB
CMYK
RGB Variations
Color information
#088487 (or 0x088487) is known color: Dark Cyan. HEX triplet: 08, 84 and 87. RGB value is (8,132,135). Sum of RGB (Red+Green+Blue) = 8+132+135=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #088487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088487 is #F77B78. Grayscale: #5F5F5F. Windows color (decimal): -16219001 or 8881160. OLE color: 8881160.
HSL color Cylindrical-coordinate representation of color #088487: hue angle of 181.42º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088487 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 132 | 135 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.47 |
| HSL | 181.42º | 0.89% | 0.28% | - |
| HSV(B) | 181.42º | 0.94% | 0.53% | - |
| XYZ | 12.72 | 18.3 | 25.78 | - |
| YUV | 95.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 135 | 0.94 | 0.02 | 0 | 0.47 | 181.42 | 0.89 | 0.28 |
| Hex | 8 | 84 | 87 | 5E | 2 | 0 | 2F | B5 | 59 | 1C |
| Octal | 10 | 204 | 207 | 136 | 2 | 0 | 57 | 265 | 131 | 34 |
| Binary | 1000 | 10000100 | 10000111 | 1011110 | 10 | 0 | 101111 | 10110101 | 1011001 | 11100 |
Color Harmonies of #088487
Complementary color
Monochromatic Colors of #088487
Black with #088487
Text Example
Text Example
White with #088487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088487; }
p { color: rgb(8,132,135); }
H1.HeaderClassName
{
color: #088487;
}
.AnyTagClassName
{
color: #088487;
}
</style>
background-color css
<style>
a { background-color: #088487; }
a { background-color: rgb(8,132,135); }
div.DivClassName
{
background-color: #088487;
}
.BgClassName
{
background-color: #088487;
}
</style>
border-color css
<style>
span { border-color: #088487; }
span { border-color: rgb(8,132,135); }
td.TdClassName
{
border-color: #088487;
}
.TagClassName
{
border-color: #088487;
}
</style>