Shades of Pelorous #178EC0
Tints of Pelorous #178EC0
RGB
CMYK
RGB Variations
Color information
#178EC0 (or 0x178EC0) is known color: Pelorous. HEX triplet: 17, 8E and C0. RGB value is (23,142,192). Sum of RGB (Red+Green+Blue) = 23+142+192=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #178EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178EC0 is #E8713F. Grayscale: #6F6F6F. Windows color (decimal): -15233344 or 12619287. OLE color: 12619287.
HSL color Cylindrical-coordinate representation of color #178EC0: hue angle of 197.75º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178EC0 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 142 | 192 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.25 |
| HSL | 197.75º | 0.79% | 0.42% | - |
| HSV(B) | 197.75º | 0.88% | 0.75% | - |
| XYZ | 19.54 | 23.33 | 53.34 | - |
| YUV | 112.12 | 173.08 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 142 | 192 | 0.88 | 0.26 | 0 | 0.25 | 197.75 | 0.79 | 0.42 |
| Hex | 17 | 8E | C0 | 58 | 1A | 0 | 19 | C6 | 4F | 2A |
| Octal | 27 | 216 | 300 | 130 | 32 | 0 | 31 | 306 | 117 | 52 |
| Binary | 10111 | 10001110 | 11000000 | 1011000 | 11010 | 0 | 11001 | 11000110 | 1001111 | 101010 |
Color Harmonies of #178EC0
Complementary color
Monochromatic Colors of #178EC0
Black with #178EC0
Text Example
Text Example
White with #178EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178EC0; }
p { color: rgb(23,142,192); }
H1.HeaderClassName
{
color: #178EC0;
}
.AnyTagClassName
{
color: #178EC0;
}
</style>
background-color css
<style>
a { background-color: #178EC0; }
a { background-color: rgb(23,142,192); }
div.DivClassName
{
background-color: #178EC0;
}
.BgClassName
{
background-color: #178EC0;
}
</style>
border-color css
<style>
span { border-color: #178EC0; }
span { border-color: rgb(23,142,192); }
td.TdClassName
{
border-color: #178EC0;
}
.TagClassName
{
border-color: #178EC0;
}
</style>