Shades of Allports #17708B
Tints of Allports #17708B
RGB
CMYK
RGB Variations
Color information
#17708B (or 0x17708B) is known color: Allports. HEX triplet: 17, 70 and 8B. RGB value is (23,112,139). Sum of RGB (Red+Green+Blue) = 23+112+139=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #17708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17708B is #E88F74. Grayscale: #585858. Windows color (decimal): -15241077 or 9138199. OLE color: 9138199.
HSL color Cylindrical-coordinate representation of color #17708B: hue angle of 193.97º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17708B is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 112 | 139 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.45 |
| HSL | 193.97º | 0.72% | 0.32% | - |
| HSV(B) | 193.97º | 0.83% | 0.55% | - |
| XYZ | 10.81 | 13.63 | 26.49 | - |
| YUV | 88.47 | 156.51 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 139 | 0.83 | 0.19 | 0 | 0.45 | 193.97 | 0.72 | 0.32 |
| Hex | 17 | 70 | 8B | 53 | 13 | 0 | 2D | C2 | 48 | 20 |
| Octal | 27 | 160 | 213 | 123 | 23 | 0 | 55 | 302 | 110 | 40 |
| Binary | 10111 | 1110000 | 10001011 | 1010011 | 10011 | 0 | 101101 | 11000010 | 1001000 | 100000 |
Color Harmonies of #17708B
Complementary color
Monochromatic Colors of #17708B
Black with #17708B
Text Example
Text Example
White with #17708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17708B; }
p { color: rgb(23,112,139); }
H1.HeaderClassName
{
color: #17708B;
}
.AnyTagClassName
{
color: #17708B;
}
</style>
background-color css
<style>
a { background-color: #17708B; }
a { background-color: rgb(23,112,139); }
div.DivClassName
{
background-color: #17708B;
}
.BgClassName
{
background-color: #17708B;
}
</style>
border-color css
<style>
span { border-color: #17708B; }
span { border-color: rgb(23,112,139); }
td.TdClassName
{
border-color: #17708B;
}
.TagClassName
{
border-color: #17708B;
}
</style>