Shades of Pelorous #179EAC
Tints of Pelorous #179EAC
RGB
CMYK
RGB Variations
Color information
#179EAC (or 0x179EAC) is known color: Pelorous. HEX triplet: 17, 9E and AC. RGB value is (23,158,172). Sum of RGB (Red+Green+Blue) = 23+158+172=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #179EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179EAC is #E86153. Grayscale: #777777. Windows color (decimal): -15229268 or 11312663. OLE color: 11312663.
HSL color Cylindrical-coordinate representation of color #179EAC: hue angle of 185.64º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179EAC is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 158 | 172 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.33 |
| HSL | 185.64º | 0.76% | 0.38% | - |
| HSV(B) | 185.64º | 0.87% | 0.67% | - |
| XYZ | 20.03 | 27.61 | 43.3 | - |
| YUV | 119.23 | 157.77 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 158 | 172 | 0.87 | 0.08 | 0 | 0.33 | 185.64 | 0.76 | 0.38 |
| Hex | 17 | 9E | AC | 57 | 8 | 0 | 21 | BA | 4C | 26 |
| Octal | 27 | 236 | 254 | 127 | 10 | 0 | 41 | 272 | 114 | 46 |
| Binary | 10111 | 10011110 | 10101100 | 1010111 | 1000 | 0 | 100001 | 10111010 | 1001100 | 100110 |
Color Harmonies of #179EAC
Complementary color
Monochromatic Colors of #179EAC
Black with #179EAC
Text Example
Text Example
White with #179EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179EAC; }
p { color: rgb(23,158,172); }
H1.HeaderClassName
{
color: #179EAC;
}
.AnyTagClassName
{
color: #179EAC;
}
</style>
background-color css
<style>
a { background-color: #179EAC; }
a { background-color: rgb(23,158,172); }
div.DivClassName
{
background-color: #179EAC;
}
.BgClassName
{
background-color: #179EAC;
}
</style>
border-color css
<style>
span { border-color: #179EAC; }
span { border-color: rgb(23,158,172); }
td.TdClassName
{
border-color: #179EAC;
}
.TagClassName
{
border-color: #179EAC;
}
</style>