Shades of Pelorous #178AC0
Tints of Pelorous #178AC0
RGB
CMYK
RGB Variations
Color information
#178AC0 (or 0x178AC0) is known color: Pelorous. HEX triplet: 17, 8A and C0. RGB value is (23,138,192). Sum of RGB (Red+Green+Blue) = 23+138+192=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #178AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178AC0 is #E8753F. Grayscale: #6D6D6D. Windows color (decimal): -15234368 or 12618263. OLE color: 12618263.
HSL color Cylindrical-coordinate representation of color #178AC0: hue angle of 199.17º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178AC0 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 138 | 192 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.25 |
| HSL | 199.17º | 0.79% | 0.42% | - |
| HSV(B) | 199.17º | 0.88% | 0.75% | - |
| XYZ | 18.96 | 22.16 | 53.15 | - |
| YUV | 109.77 | 174.4 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 192 | 0.88 | 0.28 | 0 | 0.25 | 199.17 | 0.79 | 0.42 |
| Hex | 17 | 8A | C0 | 58 | 1C | 0 | 19 | C7 | 4F | 2A |
| Octal | 27 | 212 | 300 | 130 | 34 | 0 | 31 | 307 | 117 | 52 |
| Binary | 10111 | 10001010 | 11000000 | 1011000 | 11100 | 0 | 11001 | 11000111 | 1001111 | 101010 |
Color Harmonies of #178AC0
Complementary color
Monochromatic Colors of #178AC0
Black with #178AC0
Text Example
Text Example
White with #178AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178AC0; }
p { color: rgb(23,138,192); }
H1.HeaderClassName
{
color: #178AC0;
}
.AnyTagClassName
{
color: #178AC0;
}
</style>
background-color css
<style>
a { background-color: #178AC0; }
a { background-color: rgb(23,138,192); }
div.DivClassName
{
background-color: #178AC0;
}
.BgClassName
{
background-color: #178AC0;
}
</style>
border-color css
<style>
span { border-color: #178AC0; }
span { border-color: rgb(23,138,192); }
td.TdClassName
{
border-color: #178AC0;
}
.TagClassName
{
border-color: #178AC0;
}
</style>