Shades of Pelorous #178FB1
Tints of Pelorous #178FB1
RGB
CMYK
RGB Variations
Color information
#178FB1 (or 0x178FB1) is known color: Pelorous. HEX triplet: 17, 8F and B1. RGB value is (23,143,177). Sum of RGB (Red+Green+Blue) = 23+143+177=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 177 (69.53% from 255 or 51.60% from 343); Max value from RGB is 177 - color contains mainly: blue. Hex color #178FB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178FB1 is #E8704E. Grayscale: #6E6E6E. Windows color (decimal): -15233103 or 11636503. OLE color: 11636503.
HSL color Cylindrical-coordinate representation of color #178FB1: hue angle of 193.25º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #178FB1 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 23 | 143 | 177 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.31 |
| HSL | 193.25º | 0.77% | 0.39% | - |
| HSV(B) | 193.25º | 0.87% | 0.69% | - |
| XYZ | 18.11 | 23 | 45.08 | - |
| YUV | 111 | 165.24 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 143 | 177 | 0.87 | 0.19 | 0 | 0.31 | 193.25 | 0.77 | 0.39 |
| Hex | 17 | 8F | B1 | 57 | 13 | 0 | 1F | C1 | 4D | 27 |
| Octal | 27 | 217 | 261 | 127 | 23 | 0 | 37 | 301 | 115 | 47 |
| Binary | 10111 | 10001111 | 10110001 | 1010111 | 10011 | 0 | 11111 | 11000001 | 1001101 | 100111 |
Color Harmonies of #178FB1
Complementary color
Monochromatic Colors of #178FB1
Black with #178FB1
Text Example
Text Example
White with #178FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178FB1; }
p { color: rgb(23,143,177); }
H1.HeaderClassName
{
color: #178FB1;
}
.AnyTagClassName
{
color: #178FB1;
}
</style>
background-color css
<style>
a { background-color: #178FB1; }
a { background-color: rgb(23,143,177); }
div.DivClassName
{
background-color: #178FB1;
}
.BgClassName
{
background-color: #178FB1;
}
</style>
border-color css
<style>
span { border-color: #178FB1; }
span { border-color: rgb(23,143,177); }
td.TdClassName
{
border-color: #178FB1;
}
.TagClassName
{
border-color: #178FB1;
}
</style>