Shades of Blue Stone #177070
Tints of Blue Stone #177070
RGB
CMYK
RGB Variations
Color information
#177070 (or 0x177070) is known color: Blue Stone. HEX triplet: 17, 70 and 70. RGB value is (23,112,112). Sum of RGB (Red+Green+Blue) = 23+112+112=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #177070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177070 is #E88F8F. Grayscale: #555555. Windows color (decimal): -15241104 or 7368727. OLE color: 7368727.
HSL color Cylindrical-coordinate representation of color #177070: hue angle of 180º 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 #177070 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 112 | 112 | - |
| CMYK | 0.79 | 0 | 0 | 0.56 |
| HSL | 180º | 0.66% | 0.26% | - |
| HSV(B) | 180º | 0.79% | 0.44% | - |
| XYZ | 9.07 | 12.94 | 17.35 | - |
| YUV | 85.39 | 143.01 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 112 | 0.79 | 0 | 0 | 0.56 | 180 | 0.66 | 0.26 |
| Hex | 17 | 70 | 70 | 4F | 0 | 0 | 38 | B4 | 42 | 1A |
| Octal | 27 | 160 | 160 | 117 | 0 | 0 | 70 | 264 | 102 | 32 |
| Binary | 10111 | 1110000 | 1110000 | 1001111 | 0 | 0 | 111000 | 10110100 | 1000010 | 11010 |
Color Harmonies of #177070
Complementary color
Monochromatic Colors of #177070
Black with #177070
Text Example
Text Example
White with #177070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177070; }
p { color: rgb(23,112,112); }
H1.HeaderClassName
{
color: #177070;
}
.AnyTagClassName
{
color: #177070;
}
</style>
background-color css
<style>
a { background-color: #177070; }
a { background-color: rgb(23,112,112); }
div.DivClassName
{
background-color: #177070;
}
.BgClassName
{
background-color: #177070;
}
</style>
border-color css
<style>
span { border-color: #177070; }
span { border-color: rgb(23,112,112); }
td.TdClassName
{
border-color: #177070;
}
.TagClassName
{
border-color: #177070;
}
</style>