Shades of Pelorous #179CB1
Tints of Pelorous #179CB1
RGB
CMYK
RGB Variations
Color information
#179CB1 (or 0x179CB1) is known color: Pelorous. HEX triplet: 17, 9C and B1. RGB value is (23,156,177). Sum of RGB (Red+Green+Blue) = 23+156+177=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #179CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179CB1 is #E8634E. Grayscale: #767676. Windows color (decimal): -15229775 or 11639831. OLE color: 11639831.
HSL color Cylindrical-coordinate representation of color #179CB1: hue angle of 188.18º 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 #179CB1 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 156 | 177 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.31 |
| HSL | 188.18º | 0.77% | 0.39% | - |
| HSV(B) | 188.18º | 0.87% | 0.69% | - |
| XYZ | 20.18 | 27.13 | 45.77 | - |
| YUV | 118.63 | 160.94 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 156 | 177 | 0.87 | 0.12 | 0 | 0.31 | 188.18 | 0.77 | 0.39 |
| Hex | 17 | 9C | B1 | 57 | C | 0 | 1F | BC | 4D | 27 |
| Octal | 27 | 234 | 261 | 127 | 14 | 0 | 37 | 274 | 115 | 47 |
| Binary | 10111 | 10011100 | 10110001 | 1010111 | 1100 | 0 | 11111 | 10111100 | 1001101 | 100111 |
Color Harmonies of #179CB1
Complementary color
Monochromatic Colors of #179CB1
Black with #179CB1
Text Example
Text Example
White with #179CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179CB1; }
p { color: rgb(23,156,177); }
H1.HeaderClassName
{
color: #179CB1;
}
.AnyTagClassName
{
color: #179CB1;
}
</style>
background-color css
<style>
a { background-color: #179CB1; }
a { background-color: rgb(23,156,177); }
div.DivClassName
{
background-color: #179CB1;
}
.BgClassName
{
background-color: #179CB1;
}
</style>
border-color css
<style>
span { border-color: #179CB1; }
span { border-color: rgb(23,156,177); }
td.TdClassName
{
border-color: #179CB1;
}
.TagClassName
{
border-color: #179CB1;
}
</style>