Shades of Dark Cyan #09858B
Tints of Dark Cyan #09858B
RGB
CMYK
RGB Variations
Color information
#09858B (or 0x09858B) is known color: Dark Cyan. HEX triplet: 09, 85 and 8B. RGB value is (9,133,139). Sum of RGB (Red+Green+Blue) = 9+133+139=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #09858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09858B is #F67A74. Grayscale: #606060. Windows color (decimal): -16153205 or 9143561. OLE color: 9143561.
HSL color Cylindrical-coordinate representation of color #09858B: hue angle of 182.77º degrees, saturation: 0.88, 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 #09858B is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 133 | 139 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.45 |
| HSL | 182.77º | 0.88% | 0.29% | - |
| HSV(B) | 182.77º | 0.94% | 0.55% | - |
| XYZ | 13.16 | 18.7 | 27.34 | - |
| YUV | 96.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 139 | 0.94 | 0.04 | 0 | 0.45 | 182.77 | 0.88 | 0.29 |
| Hex | 9 | 85 | 8B | 5E | 4 | 0 | 2D | B7 | 58 | 1D |
| Octal | 11 | 205 | 213 | 136 | 4 | 0 | 55 | 267 | 130 | 35 |
| Binary | 1001 | 10000101 | 10001011 | 1011110 | 100 | 0 | 101101 | 10110111 | 1011000 | 11101 |
Color Harmonies of #09858B
Complementary color
Monochromatic Colors of #09858B
Black with #09858B
Text Example
Text Example
White with #09858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09858B; }
p { color: rgb(9,133,139); }
H1.HeaderClassName
{
color: #09858B;
}
.AnyTagClassName
{
color: #09858B;
}
</style>
background-color css
<style>
a { background-color: #09858B; }
a { background-color: rgb(9,133,139); }
div.DivClassName
{
background-color: #09858B;
}
.BgClassName
{
background-color: #09858B;
}
</style>
border-color css
<style>
span { border-color: #09858B; }
span { border-color: rgb(9,133,139); }
td.TdClassName
{
border-color: #09858B;
}
.TagClassName
{
border-color: #09858B;
}
</style>