Shades of Pelorous #179CB0
Tints of Pelorous #179CB0
RGB
CMYK
RGB Variations
Color information
#179CB0 (or 0x179CB0) is known color: Pelorous. HEX triplet: 17, 9C and B0. RGB value is (23,156,176). Sum of RGB (Red+Green+Blue) = 23+156+176=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #179CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179CB0 is #E8634F. Grayscale: #767676. Windows color (decimal): -15229776 or 11574295. OLE color: 11574295.
HSL color Cylindrical-coordinate representation of color #179CB0: hue angle of 187.84º 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 #179CB0 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 156 | 176 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.31 |
| HSL | 187.84º | 0.77% | 0.39% | - |
| HSV(B) | 187.84º | 0.87% | 0.69% | - |
| XYZ | 20.08 | 27.09 | 45.25 | - |
| YUV | 118.51 | 160.44 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 156 | 176 | 0.87 | 0.11 | 0 | 0.31 | 187.84 | 0.77 | 0.39 |
| Hex | 17 | 9C | B0 | 57 | B | 0 | 1F | BC | 4D | 27 |
| Octal | 27 | 234 | 260 | 127 | 13 | 0 | 37 | 274 | 115 | 47 |
| Binary | 10111 | 10011100 | 10110000 | 1010111 | 1011 | 0 | 11111 | 10111100 | 1001101 | 100111 |
Color Harmonies of #179CB0
Complementary color
Monochromatic Colors of #179CB0
Black with #179CB0
Text Example
Text Example
White with #179CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179CB0; }
p { color: rgb(23,156,176); }
H1.HeaderClassName
{
color: #179CB0;
}
.AnyTagClassName
{
color: #179CB0;
}
</style>
background-color css
<style>
a { background-color: #179CB0; }
a { background-color: rgb(23,156,176); }
div.DivClassName
{
background-color: #179CB0;
}
.BgClassName
{
background-color: #179CB0;
}
</style>
border-color css
<style>
span { border-color: #179CB0; }
span { border-color: rgb(23,156,176); }
td.TdClassName
{
border-color: #179CB0;
}
.TagClassName
{
border-color: #179CB0;
}
</style>