Shades of Pelorous #179DB4
Tints of Pelorous #179DB4
RGB
CMYK
RGB Variations
Color information
#179DB4 (or 0x179DB4) is known color: Pelorous. HEX triplet: 17, 9D and B4. RGB value is (23,157,180). Sum of RGB (Red+Green+Blue) = 23+157+180=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #179DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DB4 is #E8624B. Grayscale: #777777. Windows color (decimal): -15229516 or 11836695. OLE color: 11836695.
HSL color Cylindrical-coordinate representation of color #179DB4: hue angle of 188.79º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179DB4 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 23 | 157 | 180 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.29 |
| HSL | 188.79º | 0.77% | 0.4% | - |
| HSV(B) | 188.79º | 0.87% | 0.71% | - |
| XYZ | 20.65 | 27.59 | 47.42 | - |
| YUV | 119.56 | 162.11 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 180 | 0.87 | 0.13 | 0 | 0.29 | 188.79 | 0.77 | 0.4 |
| Hex | 17 | 9D | B4 | 57 | D | 0 | 1D | BD | 4D | 28 |
| Octal | 27 | 235 | 264 | 127 | 15 | 0 | 35 | 275 | 115 | 50 |
| Binary | 10111 | 10011101 | 10110100 | 1010111 | 1101 | 0 | 11101 | 10111101 | 1001101 | 101000 |
Color Harmonies of #179DB4
Complementary color
Monochromatic Colors of #179DB4
Black with #179DB4
Text Example
Text Example
White with #179DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DB4; }
p { color: rgb(23,157,180); }
H1.HeaderClassName
{
color: #179DB4;
}
.AnyTagClassName
{
color: #179DB4;
}
</style>
background-color css
<style>
a { background-color: #179DB4; }
a { background-color: rgb(23,157,180); }
div.DivClassName
{
background-color: #179DB4;
}
.BgClassName
{
background-color: #179DB4;
}
</style>
border-color css
<style>
span { border-color: #179DB4; }
span { border-color: rgb(23,157,180); }
td.TdClassName
{
border-color: #179DB4;
}
.TagClassName
{
border-color: #179DB4;
}
</style>