Shades of Blue Stone #17686B
Tints of Blue Stone #17686B
RGB
CMYK
RGB Variations
Color information
#17686B (or 0x17686B) is known color: Blue Stone. HEX triplet: 17, 68 and 6B. RGB value is (23,104,107). Sum of RGB (Red+Green+Blue) = 23+104+107=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #17686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17686B is #E89794. Grayscale: #505050. Windows color (decimal): -15243157 or 7038999. OLE color: 7038999.
HSL color Cylindrical-coordinate representation of color #17686B: hue angle of 182.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17686B is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 104 | 107 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.58 |
| HSL | 182.14º | 0.65% | 0.25% | - |
| HSV(B) | 182.14º | 0.79% | 0.42% | - |
| XYZ | 7.96 | 11.14 | 15.64 | - |
| YUV | 80.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 107 | 0.79 | 0.03 | 0 | 0.58 | 182.14 | 0.65 | 0.25 |
| Hex | 17 | 68 | 6B | 4F | 3 | 0 | 3A | B6 | 41 | 19 |
| Octal | 27 | 150 | 153 | 117 | 3 | 0 | 72 | 266 | 101 | 31 |
| Binary | 10111 | 1101000 | 1101011 | 1001111 | 11 | 0 | 111010 | 10110110 | 1000001 | 11001 |
Color Harmonies of #17686B
Complementary color
Monochromatic Colors of #17686B
Black with #17686B
Text Example
Text Example
White with #17686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17686B; }
p { color: rgb(23,104,107); }
H1.HeaderClassName
{
color: #17686B;
}
.AnyTagClassName
{
color: #17686B;
}
</style>
background-color css
<style>
a { background-color: #17686B; }
a { background-color: rgb(23,104,107); }
div.DivClassName
{
background-color: #17686B;
}
.BgClassName
{
background-color: #17686B;
}
</style>
border-color css
<style>
span { border-color: #17686B; }
span { border-color: rgb(23,104,107); }
td.TdClassName
{
border-color: #17686B;
}
.TagClassName
{
border-color: #17686B;
}
</style>