Shades of Dark Cyan #097F8F
Tints of Dark Cyan #097F8F
RGB
CMYK
RGB Variations
Color information
#097F8F (or 0x097F8F) is known color: Dark Cyan. HEX triplet: 09, 7F and 8F. RGB value is (9,127,143). Sum of RGB (Red+Green+Blue) = 9+127+143=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #097F8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F8F is #F68070. Grayscale: #5D5D5D. Windows color (decimal): -16154737 or 9404169. OLE color: 9404169.
HSL color Cylindrical-coordinate representation of color #097F8F: hue angle of 187.16º degrees, saturation: 0.88, 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 #097F8F is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 127 | 143 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.44 |
| HSL | 187.16º | 0.88% | 0.3% | - |
| HSV(B) | 187.16º | 0.94% | 0.56% | - |
| XYZ | 12.66 | 17.22 | 28.64 | - |
| YUV | 93.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 143 | 0.94 | 0.11 | 0 | 0.44 | 187.16 | 0.88 | 0.3 |
| Hex | 9 | 7F | 8F | 5E | B | 0 | 2C | BB | 58 | 1E |
| Octal | 11 | 177 | 217 | 136 | 13 | 0 | 54 | 273 | 130 | 36 |
| Binary | 1001 | 1111111 | 10001111 | 1011110 | 1011 | 0 | 101100 | 10111011 | 1011000 | 11110 |
Color Harmonies of #097F8F
Complementary color
Monochromatic Colors of #097F8F
Black with #097F8F
Text Example
Text Example
White with #097F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097F8F; }
p { color: rgb(9,127,143); }
H1.HeaderClassName
{
color: #097F8F;
}
.AnyTagClassName
{
color: #097F8F;
}
</style>
background-color css
<style>
a { background-color: #097F8F; }
a { background-color: rgb(9,127,143); }
div.DivClassName
{
background-color: #097F8F;
}
.BgClassName
{
background-color: #097F8F;
}
</style>
border-color css
<style>
span { border-color: #097F8F; }
span { border-color: rgb(9,127,143); }
td.TdClassName
{
border-color: #097F8F;
}
.TagClassName
{
border-color: #097F8F;
}
</style>