Shades of Blue Stone #176E70
Tints of Blue Stone #176E70
RGB
CMYK
RGB Variations
Color information
#176E70 (or 0x176E70) is known color: Blue Stone. HEX triplet: 17, 6E and 70. RGB value is (23,110,112). Sum of RGB (Red+Green+Blue) = 23+110+112=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #176E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176E70 is #E8918F. Grayscale: #545454. Windows color (decimal): -15241616 or 7368215. OLE color: 7368215.
HSL color Cylindrical-coordinate representation of color #176E70: hue angle of 181.35º 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 #176E70 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 110 | 112 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.56 |
| HSL | 181.35º | 0.66% | 0.26% | - |
| HSV(B) | 181.35º | 0.79% | 0.44% | - |
| XYZ | 8.85 | 12.5 | 17.28 | - |
| YUV | 84.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 110 | 112 | 0.79 | 0.02 | 0 | 0.56 | 181.35 | 0.66 | 0.26 |
| Hex | 17 | 6E | 70 | 4F | 2 | 0 | 38 | B5 | 42 | 1A |
| Octal | 27 | 156 | 160 | 117 | 2 | 0 | 70 | 265 | 102 | 32 |
| Binary | 10111 | 1101110 | 1110000 | 1001111 | 10 | 0 | 111000 | 10110101 | 1000010 | 11010 |
Color Harmonies of #176E70
Complementary color
Monochromatic Colors of #176E70
Black with #176E70
Text Example
Text Example
White with #176E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176E70; }
p { color: rgb(23,110,112); }
H1.HeaderClassName
{
color: #176E70;
}
.AnyTagClassName
{
color: #176E70;
}
</style>
background-color css
<style>
a { background-color: #176E70; }
a { background-color: rgb(23,110,112); }
div.DivClassName
{
background-color: #176E70;
}
.BgClassName
{
background-color: #176E70;
}
</style>
border-color css
<style>
span { border-color: #176E70; }
span { border-color: rgb(23,110,112); }
td.TdClassName
{
border-color: #176E70;
}
.TagClassName
{
border-color: #176E70;
}
</style>