Shades of Dark Cyan #088893
Tints of Dark Cyan #088893
RGB
CMYK
RGB Variations
Color information
#088893 (or 0x088893) is known color: Dark Cyan. HEX triplet: 08, 88 and 93. RGB value is (8,136,147). Sum of RGB (Red+Green+Blue) = 8+136+147=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #088893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088893 is #F7776C. Grayscale: #626262. Windows color (decimal): -16217965 or 9668616. OLE color: 9668616.
HSL color Cylindrical-coordinate representation of color #088893: hue angle of 184.75º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088893 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 136 | 147 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.42 |
| HSL | 184.75º | 0.9% | 0.3% | - |
| HSV(B) | 184.75º | 0.95% | 0.58% | - |
| XYZ | 14.17 | 19.77 | 30.67 | - |
| YUV | 98.98 | 155.09 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 147 | 0.95 | 0.07 | 0 | 0.42 | 184.75 | 0.9 | 0.3 |
| Hex | 8 | 88 | 93 | 5F | 7 | 0 | 2A | B9 | 5A | 1E |
| Octal | 10 | 210 | 223 | 137 | 7 | 0 | 52 | 271 | 132 | 36 |
| Binary | 1000 | 10001000 | 10010011 | 1011111 | 111 | 0 | 101010 | 10111001 | 1011010 | 11110 |
Color Harmonies of #088893
Complementary color
Monochromatic Colors of #088893
Black with #088893
Text Example
Text Example
White with #088893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088893; }
p { color: rgb(8,136,147); }
H1.HeaderClassName
{
color: #088893;
}
.AnyTagClassName
{
color: #088893;
}
</style>
background-color css
<style>
a { background-color: #088893; }
a { background-color: rgb(8,136,147); }
div.DivClassName
{
background-color: #088893;
}
.BgClassName
{
background-color: #088893;
}
</style>
border-color css
<style>
span { border-color: #088893; }
span { border-color: rgb(8,136,147); }
td.TdClassName
{
border-color: #088893;
}
.TagClassName
{
border-color: #088893;
}
</style>