Shades of Blue Stone #177168
Tints of Blue Stone #177168
RGB
CMYK
RGB Variations
Color information
#177168 (or 0x177168) is known color: Blue Stone. HEX triplet: 17, 71 and 68. RGB value is (23,113,104). Sum of RGB (Red+Green+Blue) = 23+113+104=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #177168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177168 is #E88E97. Grayscale: #555555. Windows color (decimal): -15240856 or 6844695. OLE color: 6844695.
HSL color Cylindrical-coordinate representation of color #177168: hue angle of 174º 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 #177168 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 113 | 104 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.56 |
| HSL | 174º | 0.66% | 0.27% | - |
| HSV(B) | 174º | 0.8% | 0.44% | - |
| XYZ | 8.76 | 12.99 | 15.14 | - |
| YUV | 85.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 113 | 104 | 0.80 | 0 | 0.08 | 0.56 | 174 | 0.66 | 0.27 |
| Hex | 17 | 71 | 68 | 50 | 0 | 8 | 38 | AE | 42 | 1B |
| Octal | 27 | 161 | 150 | 120 | 0 | 10 | 70 | 256 | 102 | 33 |
| Binary | 10111 | 1110001 | 1101000 | 1010000 | 0 | 1000 | 111000 | 10101110 | 1000010 | 11011 |
Color Harmonies of #177168
Complementary color
Monochromatic Colors of #177168
Black with #177168
Text Example
Text Example
White with #177168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177168; }
p { color: rgb(23,113,104); }
H1.HeaderClassName
{
color: #177168;
}
.AnyTagClassName
{
color: #177168;
}
</style>
background-color css
<style>
a { background-color: #177168; }
a { background-color: rgb(23,113,104); }
div.DivClassName
{
background-color: #177168;
}
.BgClassName
{
background-color: #177168;
}
</style>
border-color css
<style>
span { border-color: #177168; }
span { border-color: rgb(23,113,104); }
td.TdClassName
{
border-color: #177168;
}
.TagClassName
{
border-color: #177168;
}
</style>