Shades of Pelorous #178AC5
Tints of Pelorous #178AC5
RGB
CMYK
RGB Variations
Color information
#178AC5 (or 0x178AC5) is known color: Pelorous. HEX triplet: 17, 8A and C5. RGB value is (23,138,197). Sum of RGB (Red+Green+Blue) = 23+138+197=358 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.42% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #178AC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178AC5 is #E8753A. Grayscale: #6D6D6D. Windows color (decimal): -15234363 or 12945943. OLE color: 12945943.
HSL color Cylindrical-coordinate representation of color #178AC5: hue angle of 200.34º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178AC5 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 23 | 138 | 197 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.23 |
| HSL | 200.34º | 0.79% | 0.43% | - |
| HSV(B) | 200.34º | 0.88% | 0.77% | - |
| XYZ | 19.52 | 22.39 | 56.12 | - |
| YUV | 110.34 | 176.9 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 197 | 0.88 | 0.30 | 0 | 0.23 | 200.34 | 0.79 | 0.43 |
| Hex | 17 | 8A | C5 | 58 | 1E | 0 | 17 | C8 | 4F | 2B |
| Octal | 27 | 212 | 305 | 130 | 36 | 0 | 27 | 310 | 117 | 53 |
| Binary | 10111 | 10001010 | 11000101 | 1011000 | 11110 | 0 | 10111 | 11001000 | 1001111 | 101011 |
Color Harmonies of #178AC5
Complementary color
Monochromatic Colors of #178AC5
Black with #178AC5
Text Example
Text Example
White with #178AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178AC5; }
p { color: rgb(23,138,197); }
H1.HeaderClassName
{
color: #178AC5;
}
.AnyTagClassName
{
color: #178AC5;
}
</style>
background-color css
<style>
a { background-color: #178AC5; }
a { background-color: rgb(23,138,197); }
div.DivClassName
{
background-color: #178AC5;
}
.BgClassName
{
background-color: #178AC5;
}
</style>
border-color css
<style>
span { border-color: #178AC5; }
span { border-color: rgb(23,138,197); }
td.TdClassName
{
border-color: #178AC5;
}
.TagClassName
{
border-color: #178AC5;
}
</style>