Shades of Pelorous #178AAC
Tints of Pelorous #178AAC
RGB
CMYK
RGB Variations
Color information
#178AAC (or 0x178AAC) is known color: Pelorous. HEX triplet: 17, 8A and AC. RGB value is (23,138,172). Sum of RGB (Red+Green+Blue) = 23+138+172=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #178AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178AAC is #E87553. Grayscale: #6B6B6B. Windows color (decimal): -15234388 or 11307543. OLE color: 11307543.
HSL color Cylindrical-coordinate representation of color #178AAC: hue angle of 193.69º 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 #178AAC is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 138 | 172 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.33 |
| HSL | 193.69º | 0.76% | 0.38% | - |
| HSV(B) | 193.69º | 0.87% | 0.67% | - |
| XYZ | 16.89 | 21.34 | 42.26 | - |
| YUV | 107.49 | 164.4 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 172 | 0.87 | 0.20 | 0 | 0.33 | 193.69 | 0.76 | 0.38 |
| Hex | 17 | 8A | AC | 57 | 14 | 0 | 21 | C2 | 4C | 26 |
| Octal | 27 | 212 | 254 | 127 | 24 | 0 | 41 | 302 | 114 | 46 |
| Binary | 10111 | 10001010 | 10101100 | 1010111 | 10100 | 0 | 100001 | 11000010 | 1001100 | 100110 |
Color Harmonies of #178AAC
Complementary color
Monochromatic Colors of #178AAC
Black with #178AAC
Text Example
Text Example
White with #178AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178AAC; }
p { color: rgb(23,138,172); }
H1.HeaderClassName
{
color: #178AAC;
}
.AnyTagClassName
{
color: #178AAC;
}
</style>
background-color css
<style>
a { background-color: #178AAC; }
a { background-color: rgb(23,138,172); }
div.DivClassName
{
background-color: #178AAC;
}
.BgClassName
{
background-color: #178AAC;
}
</style>
border-color css
<style>
span { border-color: #178AAC; }
span { border-color: rgb(23,138,172); }
td.TdClassName
{
border-color: #178AAC;
}
.TagClassName
{
border-color: #178AAC;
}
</style>