Shades of Blue Stone #17686E
Tints of Blue Stone #17686E
RGB
CMYK
RGB Variations
Color information
#17686E (or 0x17686E) is known color: Blue Stone. HEX triplet: 17, 68 and 6E. RGB value is (23,104,110). Sum of RGB (Red+Green+Blue) = 23+104+110=237 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.70% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #17686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17686E is #E89791. Grayscale: #505050. Windows color (decimal): -15243154 or 7235607. OLE color: 7235607.
HSL color Cylindrical-coordinate representation of color #17686E: hue angle of 184.14º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17686E is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 104 | 110 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.57 |
| HSL | 184.14º | 0.65% | 0.26% | - |
| HSV(B) | 184.14º | 0.79% | 0.43% | - |
| XYZ | 8.12 | 11.21 | 16.49 | - |
| YUV | 80.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 110 | 0.79 | 0.05 | 0 | 0.57 | 184.14 | 0.65 | 0.26 |
| Hex | 17 | 68 | 6E | 4F | 5 | 0 | 39 | B8 | 41 | 1A |
| Octal | 27 | 150 | 156 | 117 | 5 | 0 | 71 | 270 | 101 | 32 |
| Binary | 10111 | 1101000 | 1101110 | 1001111 | 101 | 0 | 111001 | 10111000 | 1000001 | 11010 |
Color Harmonies of #17686E
Complementary color
Monochromatic Colors of #17686E
Black with #17686E
Text Example
Text Example
White with #17686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17686E; }
p { color: rgb(23,104,110); }
H1.HeaderClassName
{
color: #17686E;
}
.AnyTagClassName
{
color: #17686E;
}
</style>
background-color css
<style>
a { background-color: #17686E; }
a { background-color: rgb(23,104,110); }
div.DivClassName
{
background-color: #17686E;
}
.BgClassName
{
background-color: #17686E;
}
</style>
border-color css
<style>
span { border-color: #17686E; }
span { border-color: rgb(23,104,110); }
td.TdClassName
{
border-color: #17686E;
}
.TagClassName
{
border-color: #17686E;
}
</style>