Shades of Allports #17708D
Tints of Allports #17708D
RGB
CMYK
RGB Variations
Color information
#17708D (or 0x17708D) is known color: Allports. HEX triplet: 17, 70 and 8D. RGB value is (23,112,141). Sum of RGB (Red+Green+Blue) = 23+112+141=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #17708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17708D is #E88F72. Grayscale: #585858. Windows color (decimal): -15241075 or 9269271. OLE color: 9269271.
HSL color Cylindrical-coordinate representation of color #17708D: hue angle of 194.75º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17708D is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 112 | 141 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.45 |
| HSL | 194.75º | 0.72% | 0.32% | - |
| HSV(B) | 194.75º | 0.84% | 0.55% | - |
| XYZ | 10.96 | 13.69 | 27.27 | - |
| YUV | 88.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 141 | 0.84 | 0.21 | 0 | 0.45 | 194.75 | 0.72 | 0.32 |
| Hex | 17 | 70 | 8D | 54 | 15 | 0 | 2D | C3 | 48 | 20 |
| Octal | 27 | 160 | 215 | 124 | 25 | 0 | 55 | 303 | 110 | 40 |
| Binary | 10111 | 1110000 | 10001101 | 1010100 | 10101 | 0 | 101101 | 11000011 | 1001000 | 100000 |
Color Harmonies of #17708D
Complementary color
Monochromatic Colors of #17708D
Black with #17708D
Text Example
Text Example
White with #17708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17708D; }
p { color: rgb(23,112,141); }
H1.HeaderClassName
{
color: #17708D;
}
.AnyTagClassName
{
color: #17708D;
}
</style>
background-color css
<style>
a { background-color: #17708D; }
a { background-color: rgb(23,112,141); }
div.DivClassName
{
background-color: #17708D;
}
.BgClassName
{
background-color: #17708D;
}
</style>
border-color css
<style>
span { border-color: #17708D; }
span { border-color: rgb(23,112,141); }
td.TdClassName
{
border-color: #17708D;
}
.TagClassName
{
border-color: #17708D;
}
</style>