Shades of Pelorous #179AB1
Tints of Pelorous #179AB1
RGB
CMYK
RGB Variations
Color information
#179AB1 (or 0x179AB1) is known color: Pelorous. HEX triplet: 17, 9A and B1. RGB value is (23,154,177). Sum of RGB (Red+Green+Blue) = 23+154+177=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #179AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179AB1 is #E8654E. Grayscale: #757575. Windows color (decimal): -15230287 or 11639319. OLE color: 11639319.
HSL color Cylindrical-coordinate representation of color #179AB1: hue angle of 188.96º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179AB1 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 154 | 177 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.31 |
| HSL | 188.96º | 0.77% | 0.39% | - |
| HSV(B) | 188.96º | 0.87% | 0.69% | - |
| XYZ | 19.84 | 26.47 | 45.66 | - |
| YUV | 117.45 | 161.6 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 154 | 177 | 0.87 | 0.13 | 0 | 0.31 | 188.96 | 0.77 | 0.39 |
| Hex | 17 | 9A | B1 | 57 | D | 0 | 1F | BD | 4D | 27 |
| Octal | 27 | 232 | 261 | 127 | 15 | 0 | 37 | 275 | 115 | 47 |
| Binary | 10111 | 10011010 | 10110001 | 1010111 | 1101 | 0 | 11111 | 10111101 | 1001101 | 100111 |
Color Harmonies of #179AB1
Complementary color
Monochromatic Colors of #179AB1
Black with #179AB1
Text Example
Text Example
White with #179AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179AB1; }
p { color: rgb(23,154,177); }
H1.HeaderClassName
{
color: #179AB1;
}
.AnyTagClassName
{
color: #179AB1;
}
</style>
background-color css
<style>
a { background-color: #179AB1; }
a { background-color: rgb(23,154,177); }
div.DivClassName
{
background-color: #179AB1;
}
.BgClassName
{
background-color: #179AB1;
}
</style>
border-color css
<style>
span { border-color: #179AB1; }
span { border-color: rgb(23,154,177); }
td.TdClassName
{
border-color: #179AB1;
}
.TagClassName
{
border-color: #179AB1;
}
</style>