Shades of Blue Stone #177171
Tints of Blue Stone #177171
RGB
CMYK
RGB Variations
Color information
#177171 (or 0x177171) is known color: Blue Stone. HEX triplet: 17, 71 and 71. RGB value is (23,113,113). Sum of RGB (Red+Green+Blue) = 23+113+113=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #177171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177171 is #E88E8E. Grayscale: #565656. Windows color (decimal): -15240847 or 7434519. OLE color: 7434519.
HSL color Cylindrical-coordinate representation of color #177171: hue angle of 180º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177171 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 113 | 113 | - |
| CMYK | 0.80 | 0 | 0 | 0.56 |
| HSL | 180º | 0.66% | 0.27% | - |
| HSV(B) | 180º | 0.8% | 0.44% | - |
| XYZ | 9.24 | 13.18 | 17.68 | - |
| YUV | 86.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 113 | 0.80 | 0 | 0 | 0.56 | 180 | 0.66 | 0.27 |
| Hex | 17 | 71 | 71 | 50 | 0 | 0 | 38 | B4 | 42 | 1B |
| Octal | 27 | 161 | 161 | 120 | 0 | 0 | 70 | 264 | 102 | 33 |
| Binary | 10111 | 1110001 | 1110001 | 1010000 | 0 | 0 | 111000 | 10110100 | 1000010 | 11011 |
Color Harmonies of #177171
Complementary color
Monochromatic Colors of #177171
Black with #177171
Text Example
Text Example
White with #177171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177171; }
p { color: rgb(23,113,113); }
H1.HeaderClassName
{
color: #177171;
}
.AnyTagClassName
{
color: #177171;
}
</style>
background-color css
<style>
a { background-color: #177171; }
a { background-color: rgb(23,113,113); }
div.DivClassName
{
background-color: #177171;
}
.BgClassName
{
background-color: #177171;
}
</style>
border-color css
<style>
span { border-color: #177171; }
span { border-color: rgb(23,113,113); }
td.TdClassName
{
border-color: #177171;
}
.TagClassName
{
border-color: #177171;
}
</style>