Shades of Pelorous #179DB6
Tints of Pelorous #179DB6
RGB
CMYK
RGB Variations
Color information
#179DB6 (or 0x179DB6) is known color: Pelorous. HEX triplet: 17, 9D and B6. RGB value is (23,157,182). Sum of RGB (Red+Green+Blue) = 23+157+182=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #179DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DB6 is #E86249. Grayscale: #777777. Windows color (decimal): -15229514 or 11967767. OLE color: 11967767.
HSL color Cylindrical-coordinate representation of color #179DB6: hue angle of 189.43º degrees, saturation: 0.78, 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 #179DB6 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 23 | 157 | 182 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.29 |
| HSL | 189.43º | 0.78% | 0.4% | - |
| HSV(B) | 189.43º | 0.87% | 0.71% | - |
| XYZ | 20.85 | 27.67 | 48.5 | - |
| YUV | 119.78 | 163.11 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 182 | 0.87 | 0.14 | 0 | 0.29 | 189.43 | 0.78 | 0.4 |
| Hex | 17 | 9D | B6 | 57 | E | 0 | 1D | BD | 4E | 28 |
| Octal | 27 | 235 | 266 | 127 | 16 | 0 | 35 | 275 | 116 | 50 |
| Binary | 10111 | 10011101 | 10110110 | 1010111 | 1110 | 0 | 11101 | 10111101 | 1001110 | 101000 |
Color Harmonies of #179DB6
Complementary color
Monochromatic Colors of #179DB6
Black with #179DB6
Text Example
Text Example
White with #179DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DB6; }
p { color: rgb(23,157,182); }
H1.HeaderClassName
{
color: #179DB6;
}
.AnyTagClassName
{
color: #179DB6;
}
</style>
background-color css
<style>
a { background-color: #179DB6; }
a { background-color: rgb(23,157,182); }
div.DivClassName
{
background-color: #179DB6;
}
.BgClassName
{
background-color: #179DB6;
}
</style>
border-color css
<style>
span { border-color: #179DB6; }
span { border-color: rgb(23,157,182); }
td.TdClassName
{
border-color: #179DB6;
}
.TagClassName
{
border-color: #179DB6;
}
</style>