Shades of Blue Stone #166E71
Tints of Blue Stone #166E71
RGB
CMYK
RGB Variations
Color information
#166E71 (or 0x166E71) is known color: Blue Stone. HEX triplet: 16, 6E and 71. RGB value is (22,110,113). Sum of RGB (Red+Green+Blue) = 22+110+113=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #166E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166E71 is #E9918E. Grayscale: #535353. Windows color (decimal): -15307151 or 7433750. OLE color: 7433750.
HSL color Cylindrical-coordinate representation of color #166E71: hue angle of 181.98º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166E71 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 110 | 113 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.56 |
| HSL | 181.98º | 0.67% | 0.26% | - |
| HSV(B) | 181.98º | 0.81% | 0.44% | - |
| XYZ | 8.89 | 12.51 | 17.57 | - |
| YUV | 84.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 113 | 0.81 | 0.03 | 0 | 0.56 | 181.98 | 0.67 | 0.26 |
| Hex | 16 | 6E | 71 | 51 | 3 | 0 | 38 | B6 | 43 | 1A |
| Octal | 26 | 156 | 161 | 121 | 3 | 0 | 70 | 266 | 103 | 32 |
| Binary | 10110 | 1101110 | 1110001 | 1010001 | 11 | 0 | 111000 | 10110110 | 1000011 | 11010 |
Color Harmonies of #166E71
Complementary color
Monochromatic Colors of #166E71
Black with #166E71
Text Example
Text Example
White with #166E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E71; }
p { color: rgb(22,110,113); }
H1.HeaderClassName
{
color: #166E71;
}
.AnyTagClassName
{
color: #166E71;
}
</style>
background-color css
<style>
a { background-color: #166E71; }
a { background-color: rgb(22,110,113); }
div.DivClassName
{
background-color: #166E71;
}
.BgClassName
{
background-color: #166E71;
}
</style>
border-color css
<style>
span { border-color: #166E71; }
span { border-color: rgb(22,110,113); }
td.TdClassName
{
border-color: #166E71;
}
.TagClassName
{
border-color: #166E71;
}
</style>