Shades of Blue Stone #166F71
Tints of Blue Stone #166F71
RGB
CMYK
RGB Variations
Color information
#166F71 (or 0x166F71) is known color: Blue Stone. HEX triplet: 16, 6F and 71. RGB value is (22,111,113). Sum of RGB (Red+Green+Blue) = 22+111+113=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #166F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166F71 is #E9908E. Grayscale: #545454. Windows color (decimal): -15306895 or 7434006. OLE color: 7434006.
HSL color Cylindrical-coordinate representation of color #166F71: hue angle of 181.32º 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 #166F71 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 113 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.56 |
| HSL | 181.32º | 0.67% | 0.26% | - |
| HSV(B) | 181.32º | 0.81% | 0.44% | - |
| XYZ | 9 | 12.73 | 17.61 | - |
| YUV | 84.62 | 144.01 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 113 | 0.81 | 0.02 | 0 | 0.56 | 181.32 | 0.67 | 0.26 |
| Hex | 16 | 6F | 71 | 51 | 2 | 0 | 38 | B5 | 43 | 1A |
| Octal | 26 | 157 | 161 | 121 | 2 | 0 | 70 | 265 | 103 | 32 |
| Binary | 10110 | 1101111 | 1110001 | 1010001 | 10 | 0 | 111000 | 10110101 | 1000011 | 11010 |
Color Harmonies of #166F71
Complementary color
Monochromatic Colors of #166F71
Black with #166F71
Text Example
Text Example
White with #166F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F71; }
p { color: rgb(22,111,113); }
H1.HeaderClassName
{
color: #166F71;
}
.AnyTagClassName
{
color: #166F71;
}
</style>
background-color css
<style>
a { background-color: #166F71; }
a { background-color: rgb(22,111,113); }
div.DivClassName
{
background-color: #166F71;
}
.BgClassName
{
background-color: #166F71;
}
</style>
border-color css
<style>
span { border-color: #166F71; }
span { border-color: rgb(22,111,113); }
td.TdClassName
{
border-color: #166F71;
}
.TagClassName
{
border-color: #166F71;
}
</style>