Shades of Pelorous #179EC1
Tints of Pelorous #179EC1
RGB
CMYK
RGB Variations
Color information
#179EC1 (or 0x179EC1) is known color: Pelorous. HEX triplet: 17, 9E and C1. RGB value is (23,158,193). Sum of RGB (Red+Green+Blue) = 23+158+193=374 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.15% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #179EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179EC1 is #E8613E. Grayscale: #797979. Windows color (decimal): -15229247 or 12688919. OLE color: 12688919.
HSL color Cylindrical-coordinate representation of color #179EC1: hue angle of 192.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 #179EC1 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 158 | 193 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.24 |
| HSL | 192.35º | 0.79% | 0.42% | - |
| HSV(B) | 192.35º | 0.88% | 0.76% | - |
| XYZ | 22.21 | 28.49 | 54.78 | - |
| YUV | 121.63 | 168.27 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 158 | 193 | 0.88 | 0.18 | 0 | 0.24 | 192.35 | 0.79 | 0.42 |
| Hex | 17 | 9E | C1 | 58 | 12 | 0 | 18 | C0 | 4F | 2A |
| Octal | 27 | 236 | 301 | 130 | 22 | 0 | 30 | 300 | 117 | 52 |
| Binary | 10111 | 10011110 | 11000001 | 1011000 | 10010 | 0 | 11000 | 11000000 | 1001111 | 101010 |
Color Harmonies of #179EC1
Complementary color
Monochromatic Colors of #179EC1
Black with #179EC1
Text Example
Text Example
White with #179EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179EC1; }
p { color: rgb(23,158,193); }
H1.HeaderClassName
{
color: #179EC1;
}
.AnyTagClassName
{
color: #179EC1;
}
</style>
background-color css
<style>
a { background-color: #179EC1; }
a { background-color: rgb(23,158,193); }
div.DivClassName
{
background-color: #179EC1;
}
.BgClassName
{
background-color: #179EC1;
}
</style>
border-color css
<style>
span { border-color: #179EC1; }
span { border-color: rgb(23,158,193); }
td.TdClassName
{
border-color: #179EC1;
}
.TagClassName
{
border-color: #179EC1;
}
</style>