Shades of Pelorous #179DAC
Tints of Pelorous #179DAC
RGB
CMYK
RGB Variations
Color information
#179DAC (or 0x179DAC) is known color: Pelorous. HEX triplet: 17, 9D and AC. RGB value is (23,157,172). Sum of RGB (Red+Green+Blue) = 23+157+172=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #179DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179DAC is #E86253. Grayscale: #767676. Windows color (decimal): -15229524 or 11312407. OLE color: 11312407.
HSL color Cylindrical-coordinate representation of color #179DAC: hue angle of 186.04º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179DAC is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 157 | 172 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.33 |
| HSL | 186.04º | 0.76% | 0.38% | - |
| HSV(B) | 186.04º | 0.87% | 0.67% | - |
| XYZ | 19.86 | 27.27 | 43.25 | - |
| YUV | 118.64 | 158.11 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 172 | 0.87 | 0.09 | 0 | 0.33 | 186.04 | 0.76 | 0.38 |
| Hex | 17 | 9D | AC | 57 | 9 | 0 | 21 | BA | 4C | 26 |
| Octal | 27 | 235 | 254 | 127 | 11 | 0 | 41 | 272 | 114 | 46 |
| Binary | 10111 | 10011101 | 10101100 | 1010111 | 1001 | 0 | 100001 | 10111010 | 1001100 | 100110 |
Color Harmonies of #179DAC
Complementary color
Monochromatic Colors of #179DAC
Black with #179DAC
Text Example
Text Example
White with #179DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DAC; }
p { color: rgb(23,157,172); }
H1.HeaderClassName
{
color: #179DAC;
}
.AnyTagClassName
{
color: #179DAC;
}
</style>
background-color css
<style>
a { background-color: #179DAC; }
a { background-color: rgb(23,157,172); }
div.DivClassName
{
background-color: #179DAC;
}
.BgClassName
{
background-color: #179DAC;
}
</style>
border-color css
<style>
span { border-color: #179DAC; }
span { border-color: rgb(23,157,172); }
td.TdClassName
{
border-color: #179DAC;
}
.TagClassName
{
border-color: #179DAC;
}
</style>