Shades of Pelorous #178ABC
Tints of Pelorous #178ABC
RGB
CMYK
RGB Variations
Color information
#178ABC (or 0x178ABC) is known color: Pelorous. HEX triplet: 17, 8A and BC. RGB value is (23,138,188). Sum of RGB (Red+Green+Blue) = 23+138+188=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #178ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178ABC is #E87543. Grayscale: #6D6D6D. Windows color (decimal): -15234372 or 12356119. OLE color: 12356119.
HSL color Cylindrical-coordinate representation of color #178ABC: hue angle of 198.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178ABC is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 138 | 188 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.26 |
| HSL | 198.18º | 0.78% | 0.41% | - |
| HSV(B) | 198.18º | 0.88% | 0.74% | - |
| XYZ | 18.52 | 21.99 | 50.85 | - |
| YUV | 109.32 | 172.4 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 188 | 0.88 | 0.27 | 0 | 0.26 | 198.18 | 0.78 | 0.41 |
| Hex | 17 | 8A | BC | 58 | 1B | 0 | 1A | C6 | 4E | 29 |
| Octal | 27 | 212 | 274 | 130 | 33 | 0 | 32 | 306 | 116 | 51 |
| Binary | 10111 | 10001010 | 10111100 | 1011000 | 11011 | 0 | 11010 | 11000110 | 1001110 | 101001 |
Color Harmonies of #178ABC
Complementary color
Monochromatic Colors of #178ABC
Black with #178ABC
Text Example
Text Example
White with #178ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178ABC; }
p { color: rgb(23,138,188); }
H1.HeaderClassName
{
color: #178ABC;
}
.AnyTagClassName
{
color: #178ABC;
}
</style>
background-color css
<style>
a { background-color: #178ABC; }
a { background-color: rgb(23,138,188); }
div.DivClassName
{
background-color: #178ABC;
}
.BgClassName
{
background-color: #178ABC;
}
</style>
border-color css
<style>
span { border-color: #178ABC; }
span { border-color: rgb(23,138,188); }
td.TdClassName
{
border-color: #178ABC;
}
.TagClassName
{
border-color: #178ABC;
}
</style>