Shades of Dark Cyan #08858C
Tints of Dark Cyan #08858C
RGB
CMYK
RGB Variations
Color information
#08858C (or 0x08858C) is known color: Dark Cyan. HEX triplet: 08, 85 and 8C. RGB value is (8,133,140). Sum of RGB (Red+Green+Blue) = 8+133+140=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #08858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08858C is #F77A73. Grayscale: #606060. Windows color (decimal): -16218740 or 9209096. OLE color: 9209096.
HSL color Cylindrical-coordinate representation of color #08858C: hue angle of 183.18º 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 #08858C is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 133 | 140 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.45 |
| HSL | 183.18º | 0.89% | 0.29% | - |
| HSV(B) | 183.18º | 0.94% | 0.55% | - |
| XYZ | 13.22 | 18.72 | 27.73 | - |
| YUV | 96.42 | 152.59 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 140 | 0.94 | 0.05 | 0 | 0.45 | 183.18 | 0.89 | 0.29 |
| Hex | 8 | 85 | 8C | 5E | 5 | 0 | 2D | B7 | 59 | 1D |
| Octal | 10 | 205 | 214 | 136 | 5 | 0 | 55 | 267 | 131 | 35 |
| Binary | 1000 | 10000101 | 10001100 | 1011110 | 101 | 0 | 101101 | 10110111 | 1011001 | 11101 |
Color Harmonies of #08858C
Complementary color
Monochromatic Colors of #08858C
Black with #08858C
Text Example
Text Example
White with #08858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08858C; }
p { color: rgb(8,133,140); }
H1.HeaderClassName
{
color: #08858C;
}
.AnyTagClassName
{
color: #08858C;
}
</style>
background-color css
<style>
a { background-color: #08858C; }
a { background-color: rgb(8,133,140); }
div.DivClassName
{
background-color: #08858C;
}
.BgClassName
{
background-color: #08858C;
}
</style>
border-color css
<style>
span { border-color: #08858C; }
span { border-color: rgb(8,133,140); }
td.TdClassName
{
border-color: #08858C;
}
.TagClassName
{
border-color: #08858C;
}
</style>