Shades of Pelorous #178FA5
Tints of Pelorous #178FA5
RGB
CMYK
RGB Variations
Color information
#178FA5 (or 0x178FA5) is known color: Pelorous. HEX triplet: 17, 8F and A5. RGB value is (23,143,165). Sum of RGB (Red+Green+Blue) = 23+143+165=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #178FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178FA5 is #E8705A. Grayscale: #6D6D6D. Windows color (decimal): -15233115 or 10850071. OLE color: 10850071.
HSL color Cylindrical-coordinate representation of color #178FA5: hue angle of 189.3º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #178FA5 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 143 | 165 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.35 |
| HSL | 189.3º | 0.76% | 0.37% | - |
| HSV(B) | 189.3º | 0.86% | 0.65% | - |
| XYZ | 16.97 | 22.54 | 39.05 | - |
| YUV | 109.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 143 | 165 | 0.86 | 0.13 | 0 | 0.35 | 189.3 | 0.76 | 0.37 |
| Hex | 17 | 8F | A5 | 56 | D | 0 | 23 | BD | 4C | 25 |
| Octal | 27 | 217 | 245 | 126 | 15 | 0 | 43 | 275 | 114 | 45 |
| Binary | 10111 | 10001111 | 10100101 | 1010110 | 1101 | 0 | 100011 | 10111101 | 1001100 | 100101 |
Color Harmonies of #178FA5
Complementary color
Monochromatic Colors of #178FA5
Black with #178FA5
Text Example
Text Example
White with #178FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178FA5; }
p { color: rgb(23,143,165); }
H1.HeaderClassName
{
color: #178FA5;
}
.AnyTagClassName
{
color: #178FA5;
}
</style>
background-color css
<style>
a { background-color: #178FA5; }
a { background-color: rgb(23,143,165); }
div.DivClassName
{
background-color: #178FA5;
}
.BgClassName
{
background-color: #178FA5;
}
</style>
border-color css
<style>
span { border-color: #178FA5; }
span { border-color: rgb(23,143,165); }
td.TdClassName
{
border-color: #178FA5;
}
.TagClassName
{
border-color: #178FA5;
}
</style>