Shades of Pelorous #178FA4
Tints of Pelorous #178FA4
RGB
CMYK
RGB Variations
Color information
#178FA4 (or 0x178FA4) is known color: Pelorous. HEX triplet: 17, 8F and A4. RGB value is (23,143,164). Sum of RGB (Red+Green+Blue) = 23+143+164=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #178FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178FA4 is #E8705B. Grayscale: #6D6D6D. Windows color (decimal): -15233116 or 10784535. OLE color: 10784535.
HSL color Cylindrical-coordinate representation of color #178FA4: hue angle of 188.94º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #178FA4 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 143 | 164 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.36 |
| HSL | 188.94º | 0.75% | 0.37% | - |
| HSV(B) | 188.94º | 0.86% | 0.64% | - |
| XYZ | 16.88 | 22.51 | 38.58 | - |
| YUV | 109.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 143 | 164 | 0.86 | 0.13 | 0 | 0.36 | 188.94 | 0.75 | 0.37 |
| Hex | 17 | 8F | A4 | 56 | D | 0 | 24 | BD | 4B | 25 |
| Octal | 27 | 217 | 244 | 126 | 15 | 0 | 44 | 275 | 113 | 45 |
| Binary | 10111 | 10001111 | 10100100 | 1010110 | 1101 | 0 | 100100 | 10111101 | 1001011 | 100101 |
Color Harmonies of #178FA4
Complementary color
Monochromatic Colors of #178FA4
Black with #178FA4
Text Example
Text Example
White with #178FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178FA4; }
p { color: rgb(23,143,164); }
H1.HeaderClassName
{
color: #178FA4;
}
.AnyTagClassName
{
color: #178FA4;
}
</style>
background-color css
<style>
a { background-color: #178FA4; }
a { background-color: rgb(23,143,164); }
div.DivClassName
{
background-color: #178FA4;
}
.BgClassName
{
background-color: #178FA4;
}
</style>
border-color css
<style>
span { border-color: #178FA4; }
span { border-color: rgb(23,143,164); }
td.TdClassName
{
border-color: #178FA4;
}
.TagClassName
{
border-color: #178FA4;
}
</style>