Shades of Pelorous #179AB9
Tints of Pelorous #179AB9
RGB
CMYK
RGB Variations
Color information
#179AB9 (or 0x179AB9) is known color: Pelorous. HEX triplet: 17, 9A and B9. RGB value is (23,154,185). Sum of RGB (Red+Green+Blue) = 23+154+185=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #179AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179AB9 is #E86546. Grayscale: #767676. Windows color (decimal): -15230279 or 12163607. OLE color: 12163607.
HSL color Cylindrical-coordinate representation of color #179AB9: hue angle of 191.48º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #179AB9 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 154 | 185 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.27 |
| HSL | 191.48º | 0.78% | 0.41% | - |
| HSV(B) | 191.48º | 0.88% | 0.73% | - |
| XYZ | 20.67 | 26.8 | 49.98 | - |
| YUV | 118.37 | 165.6 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 154 | 185 | 0.88 | 0.17 | 0 | 0.27 | 191.48 | 0.78 | 0.41 |
| Hex | 17 | 9A | B9 | 58 | 11 | 0 | 1B | BF | 4E | 29 |
| Octal | 27 | 232 | 271 | 130 | 21 | 0 | 33 | 277 | 116 | 51 |
| Binary | 10111 | 10011010 | 10111001 | 1011000 | 10001 | 0 | 11011 | 10111111 | 1001110 | 101001 |
Color Harmonies of #179AB9
Complementary color
Monochromatic Colors of #179AB9
Black with #179AB9
Text Example
Text Example
White with #179AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179AB9; }
p { color: rgb(23,154,185); }
H1.HeaderClassName
{
color: #179AB9;
}
.AnyTagClassName
{
color: #179AB9;
}
</style>
background-color css
<style>
a { background-color: #179AB9; }
a { background-color: rgb(23,154,185); }
div.DivClassName
{
background-color: #179AB9;
}
.BgClassName
{
background-color: #179AB9;
}
</style>
border-color css
<style>
span { border-color: #179AB9; }
span { border-color: rgb(23,154,185); }
td.TdClassName
{
border-color: #179AB9;
}
.TagClassName
{
border-color: #179AB9;
}
</style>