Shades of Allports #116E8E
Tints of Allports #116E8E
RGB
CMYK
RGB Variations
Color information
#116E8E (or 0x116E8E) is known color: Allports. HEX triplet: 11, 6E and 8E. RGB value is (17,110,142). Sum of RGB (Red+Green+Blue) = 17+110+142=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #116E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E8E is #EE9171. Grayscale: #555555. Windows color (decimal): -15634802 or 9334289. OLE color: 9334289.
HSL color Cylindrical-coordinate representation of color #116E8E: hue angle of 195.36º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116E8E is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 110 | 142 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.44 |
| HSL | 195.36º | 0.79% | 0.31% | - |
| HSV(B) | 195.36º | 0.88% | 0.56% | - |
| XYZ | 10.69 | 13.22 | 27.58 | - |
| YUV | 85.84 | 159.69 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 142 | 0.88 | 0.23 | 0 | 0.44 | 195.36 | 0.79 | 0.31 |
| Hex | 11 | 6E | 8E | 58 | 17 | 0 | 2C | C3 | 4F | 1F |
| Octal | 21 | 156 | 216 | 130 | 27 | 0 | 54 | 303 | 117 | 37 |
| Binary | 10001 | 1101110 | 10001110 | 1011000 | 10111 | 0 | 101100 | 11000011 | 1001111 | 11111 |
Color Harmonies of #116E8E
Complementary color
Monochromatic Colors of #116E8E
Black with #116E8E
Text Example
Text Example
White with #116E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E8E; }
p { color: rgb(17,110,142); }
H1.HeaderClassName
{
color: #116E8E;
}
.AnyTagClassName
{
color: #116E8E;
}
</style>
background-color css
<style>
a { background-color: #116E8E; }
a { background-color: rgb(17,110,142); }
div.DivClassName
{
background-color: #116E8E;
}
.BgClassName
{
background-color: #116E8E;
}
</style>
border-color css
<style>
span { border-color: #116E8E; }
span { border-color: rgb(17,110,142); }
td.TdClassName
{
border-color: #116E8E;
}
.TagClassName
{
border-color: #116E8E;
}
</style>