Shades of Pelorous #179CC1
Tints of Pelorous #179CC1
RGB
CMYK
RGB Variations
Color information
#179CC1 (or 0x179CC1) is known color: Pelorous. HEX triplet: 17, 9C and C1. RGB value is (23,156,193). Sum of RGB (Red+Green+Blue) = 23+156+193=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #179CC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179CC1 is #E8633E. Grayscale: #787878. Windows color (decimal): -15229759 or 12688407. OLE color: 12688407.
HSL color Cylindrical-coordinate representation of color #179CC1: hue angle of 193.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 #179CC1 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 156 | 193 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.24 |
| HSL | 193.06º | 0.79% | 0.42% | - |
| HSV(B) | 193.06º | 0.88% | 0.76% | - |
| XYZ | 21.87 | 27.81 | 54.67 | - |
| YUV | 120.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 156 | 193 | 0.88 | 0.19 | 0 | 0.24 | 193.06 | 0.79 | 0.42 |
| Hex | 17 | 9C | C1 | 58 | 13 | 0 | 18 | C1 | 4F | 2A |
| Octal | 27 | 234 | 301 | 130 | 23 | 0 | 30 | 301 | 117 | 52 |
| Binary | 10111 | 10011100 | 11000001 | 1011000 | 10011 | 0 | 11000 | 11000001 | 1001111 | 101010 |
Color Harmonies of #179CC1
Complementary color
Monochromatic Colors of #179CC1
Black with #179CC1
Text Example
Text Example
White with #179CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179CC1; }
p { color: rgb(23,156,193); }
H1.HeaderClassName
{
color: #179CC1;
}
.AnyTagClassName
{
color: #179CC1;
}
</style>
background-color css
<style>
a { background-color: #179CC1; }
a { background-color: rgb(23,156,193); }
div.DivClassName
{
background-color: #179CC1;
}
.BgClassName
{
background-color: #179CC1;
}
</style>
border-color css
<style>
span { border-color: #179CC1; }
span { border-color: rgb(23,156,193); }
td.TdClassName
{
border-color: #179CC1;
}
.TagClassName
{
border-color: #179CC1;
}
</style>