Shades of Pelorous #179FA8
Tints of Pelorous #179FA8
RGB
CMYK
RGB Variations
Color information
#179FA8 (or 0x179FA8) is known color: Pelorous. HEX triplet: 17, 9F and A8. RGB value is (23,159,168). Sum of RGB (Red+Green+Blue) = 23+159+168=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 168 - color contains mainly: blue. Hex color #179FA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179FA8 is #E86057. Grayscale: #777777. Windows color (decimal): -15229016 or 11050775. OLE color: 11050775.
HSL color Cylindrical-coordinate representation of color #179FA8: hue angle of 183.72º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #179FA8 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 23 | 159 | 168 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.34 |
| HSL | 183.72º | 0.76% | 0.37% | - |
| HSV(B) | 183.72º | 0.86% | 0.66% | - |
| XYZ | 19.82 | 27.81 | 41.37 | - |
| YUV | 119.36 | 155.44 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 159 | 168 | 0.86 | 0.05 | 0 | 0.34 | 183.72 | 0.76 | 0.37 |
| Hex | 17 | 9F | A8 | 56 | 5 | 0 | 22 | B8 | 4C | 25 |
| Octal | 27 | 237 | 250 | 126 | 5 | 0 | 42 | 270 | 114 | 45 |
| Binary | 10111 | 10011111 | 10101000 | 1010110 | 101 | 0 | 100010 | 10111000 | 1001100 | 100101 |
Color Harmonies of #179FA8
Complementary color
Monochromatic Colors of #179FA8
Black with #179FA8
Text Example
Text Example
White with #179FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179FA8; }
p { color: rgb(23,159,168); }
H1.HeaderClassName
{
color: #179FA8;
}
.AnyTagClassName
{
color: #179FA8;
}
</style>
background-color css
<style>
a { background-color: #179FA8; }
a { background-color: rgb(23,159,168); }
div.DivClassName
{
background-color: #179FA8;
}
.BgClassName
{
background-color: #179FA8;
}
</style>
border-color css
<style>
span { border-color: #179FA8; }
span { border-color: rgb(23,159,168); }
td.TdClassName
{
border-color: #179FA8;
}
.TagClassName
{
border-color: #179FA8;
}
</style>