Shades of Pelorous #178BC1
Tints of Pelorous #178BC1
RGB
CMYK
RGB Variations
Color information
#178BC1 (or 0x178BC1) is known color: Pelorous. HEX triplet: 17, 8B and C1. RGB value is (23,139,193). Sum of RGB (Red+Green+Blue) = 23+139+193=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #178BC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BC1 is #E8743E. Grayscale: #6E6E6E. Windows color (decimal): -15234111 or 12684055. OLE color: 12684055.
HSL color Cylindrical-coordinate representation of color #178BC1: hue angle of 199.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178BC1 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 139 | 193 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.24 |
| HSL | 199.06º | 0.79% | 0.42% | - |
| HSV(B) | 199.06º | 0.88% | 0.76% | - |
| XYZ | 19.21 | 22.5 | 53.78 | - |
| YUV | 110.47 | 174.57 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 139 | 193 | 0.88 | 0.28 | 0 | 0.24 | 199.06 | 0.79 | 0.42 |
| Hex | 17 | 8B | C1 | 58 | 1C | 0 | 18 | C7 | 4F | 2A |
| Octal | 27 | 213 | 301 | 130 | 34 | 0 | 30 | 307 | 117 | 52 |
| Binary | 10111 | 10001011 | 11000001 | 1011000 | 11100 | 0 | 11000 | 11000111 | 1001111 | 101010 |
Color Harmonies of #178BC1
Complementary color
Monochromatic Colors of #178BC1
Black with #178BC1
Text Example
Text Example
White with #178BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178BC1; }
p { color: rgb(23,139,193); }
H1.HeaderClassName
{
color: #178BC1;
}
.AnyTagClassName
{
color: #178BC1;
}
</style>
background-color css
<style>
a { background-color: #178BC1; }
a { background-color: rgb(23,139,193); }
div.DivClassName
{
background-color: #178BC1;
}
.BgClassName
{
background-color: #178BC1;
}
</style>
border-color css
<style>
span { border-color: #178BC1; }
span { border-color: rgb(23,139,193); }
td.TdClassName
{
border-color: #178BC1;
}
.TagClassName
{
border-color: #178BC1;
}
</style>