Shades of Pelorous #179CC0
Tints of Pelorous #179CC0
RGB
CMYK
RGB Variations
Color information
#179CC0 (or 0x179CC0) is known color: Pelorous. HEX triplet: 17, 9C and C0. RGB value is (23,156,192). Sum of RGB (Red+Green+Blue) = 23+156+192=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #179CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179CC0 is #E8633F. Grayscale: #787878. Windows color (decimal): -15229760 or 12622871. OLE color: 12622871.
HSL color Cylindrical-coordinate representation of color #179CC0: hue angle of 192.78º 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 #179CC0 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 156 | 192 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.25 |
| HSL | 192.78º | 0.79% | 0.42% | - |
| HSV(B) | 192.78º | 0.88% | 0.75% | - |
| XYZ | 21.76 | 27.76 | 54.08 | - |
| YUV | 120.34 | 168.44 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 156 | 192 | 0.88 | 0.19 | 0 | 0.25 | 192.78 | 0.79 | 0.42 |
| Hex | 17 | 9C | C0 | 58 | 13 | 0 | 19 | C1 | 4F | 2A |
| Octal | 27 | 234 | 300 | 130 | 23 | 0 | 31 | 301 | 117 | 52 |
| Binary | 10111 | 10011100 | 11000000 | 1011000 | 10011 | 0 | 11001 | 11000001 | 1001111 | 101010 |
Color Harmonies of #179CC0
Complementary color
Monochromatic Colors of #179CC0
Black with #179CC0
Text Example
Text Example
White with #179CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179CC0; }
p { color: rgb(23,156,192); }
H1.HeaderClassName
{
color: #179CC0;
}
.AnyTagClassName
{
color: #179CC0;
}
</style>
background-color css
<style>
a { background-color: #179CC0; }
a { background-color: rgb(23,156,192); }
div.DivClassName
{
background-color: #179CC0;
}
.BgClassName
{
background-color: #179CC0;
}
</style>
border-color css
<style>
span { border-color: #179CC0; }
span { border-color: rgb(23,156,192); }
td.TdClassName
{
border-color: #179CC0;
}
.TagClassName
{
border-color: #179CC0;
}
</style>