Shades of Pelorous #179AC1
Tints of Pelorous #179AC1
RGB
CMYK
RGB Variations
Color information
#179AC1 (or 0x179AC1) is known color: Pelorous. HEX triplet: 17, 9A and C1. RGB value is (23,154,193). Sum of RGB (Red+Green+Blue) = 23+154+193=370 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.22% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #179AC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179AC1 is #E8653E. Grayscale: #767676. Windows color (decimal): -15230271 or 12687895. OLE color: 12687895.
HSL color Cylindrical-coordinate representation of color #179AC1: hue angle of 193.76º 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 #179AC1 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 154 | 193 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.24 |
| HSL | 193.76º | 0.79% | 0.42% | - |
| HSV(B) | 193.76º | 0.88% | 0.76% | - |
| XYZ | 21.53 | 27.14 | 54.56 | - |
| YUV | 119.28 | 169.6 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 154 | 193 | 0.88 | 0.20 | 0 | 0.24 | 193.76 | 0.79 | 0.42 |
| Hex | 17 | 9A | C1 | 58 | 14 | 0 | 18 | C2 | 4F | 2A |
| Octal | 27 | 232 | 301 | 130 | 24 | 0 | 30 | 302 | 117 | 52 |
| Binary | 10111 | 10011010 | 11000001 | 1011000 | 10100 | 0 | 11000 | 11000010 | 1001111 | 101010 |
Color Harmonies of #179AC1
Complementary color
Monochromatic Colors of #179AC1
Black with #179AC1
Text Example
Text Example
White with #179AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179AC1; }
p { color: rgb(23,154,193); }
H1.HeaderClassName
{
color: #179AC1;
}
.AnyTagClassName
{
color: #179AC1;
}
</style>
background-color css
<style>
a { background-color: #179AC1; }
a { background-color: rgb(23,154,193); }
div.DivClassName
{
background-color: #179AC1;
}
.BgClassName
{
background-color: #179AC1;
}
</style>
border-color css
<style>
span { border-color: #179AC1; }
span { border-color: rgb(23,154,193); }
td.TdClassName
{
border-color: #179AC1;
}
.TagClassName
{
border-color: #179AC1;
}
</style>