Shades of Pelorous #178ABB
Tints of Pelorous #178ABB
RGB
CMYK
RGB Variations
Color information
#178ABB (or 0x178ABB) is known color: Pelorous. HEX triplet: 17, 8A and BB. RGB value is (23,138,187). Sum of RGB (Red+Green+Blue) = 23+138+187=348 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.61% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #178ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178ABB is #E87544. Grayscale: #6C6C6C. Windows color (decimal): -15234373 or 12290583. OLE color: 12290583.
HSL color Cylindrical-coordinate representation of color #178ABB: hue angle of 197.93º 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 #178ABB is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 138 | 187 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.27 |
| HSL | 197.93º | 0.78% | 0.41% | - |
| HSV(B) | 197.93º | 0.88% | 0.73% | - |
| XYZ | 18.41 | 21.95 | 50.28 | - |
| YUV | 109.2 | 171.9 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 187 | 0.88 | 0.26 | 0 | 0.27 | 197.93 | 0.78 | 0.41 |
| Hex | 17 | 8A | BB | 58 | 1A | 0 | 1B | C6 | 4E | 29 |
| Octal | 27 | 212 | 273 | 130 | 32 | 0 | 33 | 306 | 116 | 51 |
| Binary | 10111 | 10001010 | 10111011 | 1011000 | 11010 | 0 | 11011 | 11000110 | 1001110 | 101001 |
Color Harmonies of #178ABB
Complementary color
Monochromatic Colors of #178ABB
Black with #178ABB
Text Example
Text Example
White with #178ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178ABB; }
p { color: rgb(23,138,187); }
H1.HeaderClassName
{
color: #178ABB;
}
.AnyTagClassName
{
color: #178ABB;
}
</style>
background-color css
<style>
a { background-color: #178ABB; }
a { background-color: rgb(23,138,187); }
div.DivClassName
{
background-color: #178ABB;
}
.BgClassName
{
background-color: #178ABB;
}
</style>
border-color css
<style>
span { border-color: #178ABB; }
span { border-color: rgb(23,138,187); }
td.TdClassName
{
border-color: #178ABB;
}
.TagClassName
{
border-color: #178ABB;
}
</style>