Shades of Pelorous #178ABA
Tints of Pelorous #178ABA
RGB
CMYK
RGB Variations
Color information
#178ABA (or 0x178ABA) is known color: Pelorous. HEX triplet: 17, 8A and BA. RGB value is (23,138,186). Sum of RGB (Red+Green+Blue) = 23+138+186=347 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.63% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #178ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178ABA is #E87545. Grayscale: #6C6C6C. Windows color (decimal): -15234374 or 12225047. OLE color: 12225047.
HSL color Cylindrical-coordinate representation of color #178ABA: hue angle of 197.67º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178ABA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 138 | 186 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.27 |
| HSL | 197.67º | 0.78% | 0.41% | - |
| HSV(B) | 197.67º | 0.88% | 0.73% | - |
| XYZ | 18.3 | 21.9 | 49.72 | - |
| YUV | 109.09 | 171.4 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 186 | 0.88 | 0.26 | 0 | 0.27 | 197.67 | 0.78 | 0.41 |
| Hex | 17 | 8A | BA | 58 | 1A | 0 | 1B | C6 | 4E | 29 |
| Octal | 27 | 212 | 272 | 130 | 32 | 0 | 33 | 306 | 116 | 51 |
| Binary | 10111 | 10001010 | 10111010 | 1011000 | 11010 | 0 | 11011 | 11000110 | 1001110 | 101001 |
Color Harmonies of #178ABA
Complementary color
Monochromatic Colors of #178ABA
Black with #178ABA
Text Example
Text Example
White with #178ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178ABA; }
p { color: rgb(23,138,186); }
H1.HeaderClassName
{
color: #178ABA;
}
.AnyTagClassName
{
color: #178ABA;
}
</style>
background-color css
<style>
a { background-color: #178ABA; }
a { background-color: rgb(23,138,186); }
div.DivClassName
{
background-color: #178ABA;
}
.BgClassName
{
background-color: #178ABA;
}
</style>
border-color css
<style>
span { border-color: #178ABA; }
span { border-color: rgb(23,138,186); }
td.TdClassName
{
border-color: #178ABA;
}
.TagClassName
{
border-color: #178ABA;
}
</style>