Shades of Pelorous #178DC1
Tints of Pelorous #178DC1
RGB
CMYK
RGB Variations
Color information
#178DC1 (or 0x178DC1) is known color: Pelorous. HEX triplet: 17, 8D and C1. RGB value is (23,141,193). Sum of RGB (Red+Green+Blue) = 23+141+193=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #178DC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DC1 is #E8723E. Grayscale: #6F6F6F. Windows color (decimal): -15233599 or 12684567. OLE color: 12684567.
HSL color Cylindrical-coordinate representation of color #178DC1: hue angle of 198.35º 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 #178DC1 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 141 | 193 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.24 |
| HSL | 198.35º | 0.79% | 0.42% | - |
| HSV(B) | 198.35º | 0.88% | 0.76% | - |
| XYZ | 19.5 | 23.08 | 53.88 | - |
| YUV | 111.65 | 173.91 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 193 | 0.88 | 0.27 | 0 | 0.24 | 198.35 | 0.79 | 0.42 |
| Hex | 17 | 8D | C1 | 58 | 1B | 0 | 18 | C6 | 4F | 2A |
| Octal | 27 | 215 | 301 | 130 | 33 | 0 | 30 | 306 | 117 | 52 |
| Binary | 10111 | 10001101 | 11000001 | 1011000 | 11011 | 0 | 11000 | 11000110 | 1001111 | 101010 |
Color Harmonies of #178DC1
Complementary color
Monochromatic Colors of #178DC1
Black with #178DC1
Text Example
Text Example
White with #178DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DC1; }
p { color: rgb(23,141,193); }
H1.HeaderClassName
{
color: #178DC1;
}
.AnyTagClassName
{
color: #178DC1;
}
</style>
background-color css
<style>
a { background-color: #178DC1; }
a { background-color: rgb(23,141,193); }
div.DivClassName
{
background-color: #178DC1;
}
.BgClassName
{
background-color: #178DC1;
}
</style>
border-color css
<style>
span { border-color: #178DC1; }
span { border-color: rgb(23,141,193); }
td.TdClassName
{
border-color: #178DC1;
}
.TagClassName
{
border-color: #178DC1;
}
</style>