Shades of Pelorous #179DAF
Tints of Pelorous #179DAF
RGB
CMYK
RGB Variations
Color information
#179DAF (or 0x179DAF) is known color: Pelorous. HEX triplet: 17, 9D and AF. RGB value is (23,157,175). Sum of RGB (Red+Green+Blue) = 23+157+175=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #179DAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179DAF is #E86250. Grayscale: #767676. Windows color (decimal): -15229521 or 11509015. OLE color: 11509015.
HSL color Cylindrical-coordinate representation of color #179DAF: hue angle of 187.11º 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 #179DAF is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 157 | 175 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.31 |
| HSL | 187.11º | 0.77% | 0.39% | - |
| HSV(B) | 187.11º | 0.87% | 0.69% | - |
| XYZ | 20.15 | 27.39 | 44.78 | - |
| YUV | 118.99 | 159.61 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 175 | 0.87 | 0.10 | 0 | 0.31 | 187.11 | 0.77 | 0.39 |
| Hex | 17 | 9D | AF | 57 | A | 0 | 1F | BB | 4D | 27 |
| Octal | 27 | 235 | 257 | 127 | 12 | 0 | 37 | 273 | 115 | 47 |
| Binary | 10111 | 10011101 | 10101111 | 1010111 | 1010 | 0 | 11111 | 10111011 | 1001101 | 100111 |
Color Harmonies of #179DAF
Complementary color
Monochromatic Colors of #179DAF
Black with #179DAF
Text Example
Text Example
White with #179DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DAF; }
p { color: rgb(23,157,175); }
H1.HeaderClassName
{
color: #179DAF;
}
.AnyTagClassName
{
color: #179DAF;
}
</style>
background-color css
<style>
a { background-color: #179DAF; }
a { background-color: rgb(23,157,175); }
div.DivClassName
{
background-color: #179DAF;
}
.BgClassName
{
background-color: #179DAF;
}
</style>
border-color css
<style>
span { border-color: #179DAF; }
span { border-color: rgb(23,157,175); }
td.TdClassName
{
border-color: #179DAF;
}
.TagClassName
{
border-color: #179DAF;
}
</style>