Shades of Pelorous #179AC0
Tints of Pelorous #179AC0
RGB
CMYK
RGB Variations
Color information
#179AC0 (or 0x179AC0) is known color: Pelorous. HEX triplet: 17, 9A and C0. RGB value is (23,154,192). Sum of RGB (Red+Green+Blue) = 23+154+192=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #179AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179AC0 is #E8653F. Grayscale: #767676. Windows color (decimal): -15230272 or 12622359. OLE color: 12622359.
HSL color Cylindrical-coordinate representation of color #179AC0: hue angle of 193.49º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #179AC0 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 154 | 192 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.25 |
| HSL | 193.49º | 0.79% | 0.42% | - |
| HSV(B) | 193.49º | 0.88% | 0.75% | - |
| XYZ | 21.42 | 27.1 | 53.97 | - |
| YUV | 119.16 | 169.1 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 154 | 192 | 0.88 | 0.20 | 0 | 0.25 | 193.49 | 0.79 | 0.42 |
| Hex | 17 | 9A | C0 | 58 | 14 | 0 | 19 | C1 | 4F | 2A |
| Octal | 27 | 232 | 300 | 130 | 24 | 0 | 31 | 301 | 117 | 52 |
| Binary | 10111 | 10011010 | 11000000 | 1011000 | 10100 | 0 | 11001 | 11000001 | 1001111 | 101010 |
Color Harmonies of #179AC0
Complementary color
Monochromatic Colors of #179AC0
Black with #179AC0
Text Example
Text Example
White with #179AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179AC0; }
p { color: rgb(23,154,192); }
H1.HeaderClassName
{
color: #179AC0;
}
.AnyTagClassName
{
color: #179AC0;
}
</style>
background-color css
<style>
a { background-color: #179AC0; }
a { background-color: rgb(23,154,192); }
div.DivClassName
{
background-color: #179AC0;
}
.BgClassName
{
background-color: #179AC0;
}
</style>
border-color css
<style>
span { border-color: #179AC0; }
span { border-color: rgb(23,154,192); }
td.TdClassName
{
border-color: #179AC0;
}
.TagClassName
{
border-color: #179AC0;
}
</style>