Shades of Blue Stone #176F70
Tints of Blue Stone #176F70
RGB
CMYK
RGB Variations
Color information
#176F70 (or 0x176F70) is known color: Blue Stone. HEX triplet: 17, 6F and 70. RGB value is (23,111,112). Sum of RGB (Red+Green+Blue) = 23+111+112=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #176F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176F70 is #E8908F. Grayscale: #545454. Windows color (decimal): -15241360 or 7368471. OLE color: 7368471.
HSL color Cylindrical-coordinate representation of color #176F70: hue angle of 180.67º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #176F70 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 111 | 112 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.56 |
| HSL | 180.67º | 0.66% | 0.26% | - |
| HSV(B) | 180.67º | 0.79% | 0.44% | - |
| XYZ | 8.96 | 12.72 | 17.31 | - |
| YUV | 84.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 111 | 112 | 0.79 | 0.01 | 0 | 0.56 | 180.67 | 0.66 | 0.26 |
| Hex | 17 | 6F | 70 | 4F | 1 | 0 | 38 | B5 | 42 | 1A |
| Octal | 27 | 157 | 160 | 117 | 1 | 0 | 70 | 265 | 102 | 32 |
| Binary | 10111 | 1101111 | 1110000 | 1001111 | 1 | 0 | 111000 | 10110101 | 1000010 | 11010 |
Color Harmonies of #176F70
Complementary color
Monochromatic Colors of #176F70
Black with #176F70
Text Example
Text Example
White with #176F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176F70; }
p { color: rgb(23,111,112); }
H1.HeaderClassName
{
color: #176F70;
}
.AnyTagClassName
{
color: #176F70;
}
</style>
background-color css
<style>
a { background-color: #176F70; }
a { background-color: rgb(23,111,112); }
div.DivClassName
{
background-color: #176F70;
}
.BgClassName
{
background-color: #176F70;
}
</style>
border-color css
<style>
span { border-color: #176F70; }
span { border-color: rgb(23,111,112); }
td.TdClassName
{
border-color: #176F70;
}
.TagClassName
{
border-color: #176F70;
}
</style>