Shades of Dark Cyan #097F8D
Tints of Dark Cyan #097F8D
RGB
CMYK
RGB Variations
Color information
#097F8D (or 0x097F8D) is known color: Dark Cyan. HEX triplet: 09, 7F and 8D. RGB value is (9,127,141). Sum of RGB (Red+Green+Blue) = 9+127+141=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #097F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F8D is #F68072. Grayscale: #5D5D5D. Windows color (decimal): -16154739 or 9273097. OLE color: 9273097.
HSL color Cylindrical-coordinate representation of color #097F8D: hue angle of 186.36º 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 #097F8D is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 127 | 141 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.45 |
| HSL | 186.36º | 0.88% | 0.29% | - |
| HSV(B) | 186.36º | 0.94% | 0.55% | - |
| XYZ | 12.51 | 17.16 | 27.85 | - |
| YUV | 93.31 | 154.91 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 141 | 0.94 | 0.10 | 0 | 0.45 | 186.36 | 0.88 | 0.29 |
| Hex | 9 | 7F | 8D | 5E | A | 0 | 2D | BA | 58 | 1D |
| Octal | 11 | 177 | 215 | 136 | 12 | 0 | 55 | 272 | 130 | 35 |
| Binary | 1001 | 1111111 | 10001101 | 1011110 | 1010 | 0 | 101101 | 10111010 | 1011000 | 11101 |
Color Harmonies of #097F8D
Complementary color
Monochromatic Colors of #097F8D
Black with #097F8D
Text Example
Text Example
White with #097F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097F8D; }
p { color: rgb(9,127,141); }
H1.HeaderClassName
{
color: #097F8D;
}
.AnyTagClassName
{
color: #097F8D;
}
</style>
background-color css
<style>
a { background-color: #097F8D; }
a { background-color: rgb(9,127,141); }
div.DivClassName
{
background-color: #097F8D;
}
.BgClassName
{
background-color: #097F8D;
}
</style>
border-color css
<style>
span { border-color: #097F8D; }
span { border-color: rgb(9,127,141); }
td.TdClassName
{
border-color: #097F8D;
}
.TagClassName
{
border-color: #097F8D;
}
</style>