Shades of Allports #177B86
Tints of Allports #177B86
RGB
CMYK
RGB Variations
Color information
#177B86 (or 0x177B86) is known color: Allports. HEX triplet: 17, 7B and 86. RGB value is (23,123,134). Sum of RGB (Red+Green+Blue) = 23+123+134=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #177B86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177B86 is #E88479. Grayscale: #5E5E5E. Windows color (decimal): -15238266 or 8813335. OLE color: 8813335.
HSL color Cylindrical-coordinate representation of color #177B86: hue angle of 185.95º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #177B86 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 123 | 134 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.47 |
| HSL | 185.95º | 0.71% | 0.31% | - |
| HSV(B) | 185.95º | 0.83% | 0.53% | - |
| XYZ | 11.74 | 16.07 | 25.04 | - |
| YUV | 94.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 123 | 134 | 0.83 | 0.08 | 0 | 0.47 | 185.95 | 0.71 | 0.31 |
| Hex | 17 | 7B | 86 | 53 | 8 | 0 | 2F | BA | 47 | 1F |
| Octal | 27 | 173 | 206 | 123 | 10 | 0 | 57 | 272 | 107 | 37 |
| Binary | 10111 | 1111011 | 10000110 | 1010011 | 1000 | 0 | 101111 | 10111010 | 1000111 | 11111 |
Color Harmonies of #177B86
Complementary color
Monochromatic Colors of #177B86
Black with #177B86
Text Example
Text Example
White with #177B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177B86; }
p { color: rgb(23,123,134); }
H1.HeaderClassName
{
color: #177B86;
}
.AnyTagClassName
{
color: #177B86;
}
</style>
background-color css
<style>
a { background-color: #177B86; }
a { background-color: rgb(23,123,134); }
div.DivClassName
{
background-color: #177B86;
}
.BgClassName
{
background-color: #177B86;
}
</style>
border-color css
<style>
span { border-color: #177B86; }
span { border-color: rgb(23,123,134); }
td.TdClassName
{
border-color: #177B86;
}
.TagClassName
{
border-color: #177B86;
}
</style>