Shades of Pelorous #178DB9
Tints of Pelorous #178DB9
RGB
CMYK
RGB Variations
Color information
#178DB9 (or 0x178DB9) is known color: Pelorous. HEX triplet: 17, 8D and B9. RGB value is (23,141,185). Sum of RGB (Red+Green+Blue) = 23+141+185=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #178DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DB9 is #E87246. Grayscale: #6E6E6E. Windows color (decimal): -15233607 or 12160279. OLE color: 12160279.
HSL color Cylindrical-coordinate representation of color #178DB9: hue angle of 196.3º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178DB9 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 141 | 185 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.27 |
| HSL | 196.3º | 0.78% | 0.41% | - |
| HSV(B) | 196.3º | 0.88% | 0.73% | - |
| XYZ | 18.64 | 22.73 | 49.31 | - |
| YUV | 110.73 | 169.91 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 185 | 0.88 | 0.24 | 0 | 0.27 | 196.3 | 0.78 | 0.41 |
| Hex | 17 | 8D | B9 | 58 | 18 | 0 | 1B | C4 | 4E | 29 |
| Octal | 27 | 215 | 271 | 130 | 30 | 0 | 33 | 304 | 116 | 51 |
| Binary | 10111 | 10001101 | 10111001 | 1011000 | 11000 | 0 | 11011 | 11000100 | 1001110 | 101001 |
Color Harmonies of #178DB9
Complementary color
Monochromatic Colors of #178DB9
Black with #178DB9
Text Example
Text Example
White with #178DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DB9; }
p { color: rgb(23,141,185); }
H1.HeaderClassName
{
color: #178DB9;
}
.AnyTagClassName
{
color: #178DB9;
}
</style>
background-color css
<style>
a { background-color: #178DB9; }
a { background-color: rgb(23,141,185); }
div.DivClassName
{
background-color: #178DB9;
}
.BgClassName
{
background-color: #178DB9;
}
</style>
border-color css
<style>
span { border-color: #178DB9; }
span { border-color: rgb(23,141,185); }
td.TdClassName
{
border-color: #178DB9;
}
.TagClassName
{
border-color: #178DB9;
}
</style>