Shades of Dark Cyan #0B8893
Tints of Dark Cyan #0B8893
RGB
CMYK
RGB Variations
Color information
#0B8893 (or 0x0B8893) is known color: Dark Cyan. HEX triplet: 0B, 88 and 93. RGB value is (11,136,147). Sum of RGB (Red+Green+Blue) = 11+136+147=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B8893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8893 is #F4776C. Grayscale: #636363. Windows color (decimal): -16021357 or 9668619. OLE color: 9668619.
HSL color Cylindrical-coordinate representation of color #0B8893: hue angle of 184.85º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8893 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 136 | 147 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.42 |
| HSL | 184.85º | 0.86% | 0.31% | - |
| HSV(B) | 184.85º | 0.93% | 0.58% | - |
| XYZ | 14.21 | 19.79 | 30.67 | - |
| YUV | 99.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 147 | 0.93 | 0.07 | 0 | 0.42 | 184.85 | 0.86 | 0.31 |
| Hex | B | 88 | 93 | 5D | 7 | 0 | 2A | B9 | 56 | 1F |
| Octal | 13 | 210 | 223 | 135 | 7 | 0 | 52 | 271 | 126 | 37 |
| Binary | 1011 | 10001000 | 10010011 | 1011101 | 111 | 0 | 101010 | 10111001 | 1010110 | 11111 |
Color Harmonies of #0B8893
Complementary color
Monochromatic Colors of #0B8893
Black with #0B8893
Text Example
Text Example
White with #0B8893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8893; }
p { color: rgb(11,136,147); }
H1.HeaderClassName
{
color: #0B8893;
}
.AnyTagClassName
{
color: #0B8893;
}
</style>
background-color css
<style>
a { background-color: #0B8893; }
a { background-color: rgb(11,136,147); }
div.DivClassName
{
background-color: #0B8893;
}
.BgClassName
{
background-color: #0B8893;
}
</style>
border-color css
<style>
span { border-color: #0B8893; }
span { border-color: rgb(11,136,147); }
td.TdClassName
{
border-color: #0B8893;
}
.TagClassName
{
border-color: #0B8893;
}
</style>