Shades of Allports #166C96
Tints of Allports #166C96
RGB
CMYK
RGB Variations
Color information
#166C96 (or 0x166C96) is known color: Allports. HEX triplet: 16, 6C and 96. RGB value is (22,108,150). Sum of RGB (Red+Green+Blue) = 22+108+150=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #166C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166C96 is #E99369. Grayscale: #565656. Windows color (decimal): -15307626 or 9858070. OLE color: 9858070.
HSL color Cylindrical-coordinate representation of color #166C96: hue angle of 199.69º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #166C96 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 108 | 150 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.41 |
| HSL | 199.69º | 0.74% | 0.34% | - |
| HSV(B) | 199.69º | 0.85% | 0.59% | - |
| XYZ | 11.2 | 13.1 | 30.79 | - |
| YUV | 87.07 | 163.51 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 150 | 0.85 | 0.28 | 0 | 0.41 | 199.69 | 0.74 | 0.34 |
| Hex | 16 | 6C | 96 | 55 | 1C | 0 | 29 | C8 | 4A | 22 |
| Octal | 26 | 154 | 226 | 125 | 34 | 0 | 51 | 310 | 112 | 42 |
| Binary | 10110 | 1101100 | 10010110 | 1010101 | 11100 | 0 | 101001 | 11001000 | 1001010 | 100010 |
Color Harmonies of #166C96
Complementary color
Monochromatic Colors of #166C96
Black with #166C96
Text Example
Text Example
White with #166C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C96; }
p { color: rgb(22,108,150); }
H1.HeaderClassName
{
color: #166C96;
}
.AnyTagClassName
{
color: #166C96;
}
</style>
background-color css
<style>
a { background-color: #166C96; }
a { background-color: rgb(22,108,150); }
div.DivClassName
{
background-color: #166C96;
}
.BgClassName
{
background-color: #166C96;
}
</style>
border-color css
<style>
span { border-color: #166C96; }
span { border-color: rgb(22,108,150); }
td.TdClassName
{
border-color: #166C96;
}
.TagClassName
{
border-color: #166C96;
}
</style>