Shades of Allports #096E86
Tints of Allports #096E86
RGB
CMYK
RGB Variations
Color information
#096E86 (or 0x096E86) is known color: Allports. HEX triplet: 09, 6E and 86. RGB value is (9,110,134). Sum of RGB (Red+Green+Blue) = 9+110+134=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #096E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E86 is #F69179. Grayscale: #525252. Windows color (decimal): -16159098 or 8809993. OLE color: 8809993.
HSL color Cylindrical-coordinate representation of color #096E86: hue angle of 191.52º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096E86 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 110 | 134 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.47 |
| HSL | 191.52º | 0.87% | 0.28% | - |
| HSV(B) | 191.52º | 0.93% | 0.53% | - |
| XYZ | 9.99 | 12.93 | 24.52 | - |
| YUV | 82.54 | 157.04 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 134 | 0.93 | 0.18 | 0 | 0.47 | 191.52 | 0.87 | 0.28 |
| Hex | 9 | 6E | 86 | 5D | 12 | 0 | 2F | C0 | 57 | 1C |
| Octal | 11 | 156 | 206 | 135 | 22 | 0 | 57 | 300 | 127 | 34 |
| Binary | 1001 | 1101110 | 10000110 | 1011101 | 10010 | 0 | 101111 | 11000000 | 1010111 | 11100 |
Color Harmonies of #096E86
Complementary color
Monochromatic Colors of #096E86
Black with #096E86
Text Example
Text Example
White with #096E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096E86; }
p { color: rgb(9,110,134); }
H1.HeaderClassName
{
color: #096E86;
}
.AnyTagClassName
{
color: #096E86;
}
</style>
background-color css
<style>
a { background-color: #096E86; }
a { background-color: rgb(9,110,134); }
div.DivClassName
{
background-color: #096E86;
}
.BgClassName
{
background-color: #096E86;
}
</style>
border-color css
<style>
span { border-color: #096E86; }
span { border-color: rgb(9,110,134); }
td.TdClassName
{
border-color: #096E86;
}
.TagClassName
{
border-color: #096E86;
}
</style>