Shades of Pelorous #179CAD
Tints of Pelorous #179CAD
RGB
CMYK
RGB Variations
Color information
#179CAD (or 0x179CAD) is known color: Pelorous. HEX triplet: 17, 9C and AD. RGB value is (23,156,173). Sum of RGB (Red+Green+Blue) = 23+156+173=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #179CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179CAD is #E86352. Grayscale: #757575. Windows color (decimal): -15229779 or 11377687. OLE color: 11377687.
HSL color Cylindrical-coordinate representation of color #179CAD: hue angle of 186.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179CAD is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 156 | 173 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.32 |
| HSL | 186.8º | 0.77% | 0.38% | - |
| HSV(B) | 186.8º | 0.87% | 0.68% | - |
| XYZ | 19.78 | 26.98 | 43.7 | - |
| YUV | 118.17 | 158.94 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 156 | 173 | 0.87 | 0.10 | 0 | 0.32 | 186.8 | 0.77 | 0.38 |
| Hex | 17 | 9C | AD | 57 | A | 0 | 20 | BB | 4D | 26 |
| Octal | 27 | 234 | 255 | 127 | 12 | 0 | 40 | 273 | 115 | 46 |
| Binary | 10111 | 10011100 | 10101101 | 1010111 | 1010 | 0 | 100000 | 10111011 | 1001101 | 100110 |
Color Harmonies of #179CAD
Complementary color
Monochromatic Colors of #179CAD
Black with #179CAD
Text Example
Text Example
White with #179CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179CAD; }
p { color: rgb(23,156,173); }
H1.HeaderClassName
{
color: #179CAD;
}
.AnyTagClassName
{
color: #179CAD;
}
</style>
background-color css
<style>
a { background-color: #179CAD; }
a { background-color: rgb(23,156,173); }
div.DivClassName
{
background-color: #179CAD;
}
.BgClassName
{
background-color: #179CAD;
}
</style>
border-color css
<style>
span { border-color: #179CAD; }
span { border-color: rgb(23,156,173); }
td.TdClassName
{
border-color: #179CAD;
}
.TagClassName
{
border-color: #179CAD;
}
</style>