Shades of Pelorous #178DBB
Tints of Pelorous #178DBB
RGB
CMYK
RGB Variations
Color information
#178DBB (or 0x178DBB) is known color: Pelorous. HEX triplet: 17, 8D and BB. RGB value is (23,141,187). Sum of RGB (Red+Green+Blue) = 23+141+187=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #178DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DBB is #E87244. Grayscale: #6E6E6E. Windows color (decimal): -15233605 or 12291351. OLE color: 12291351.
HSL color Cylindrical-coordinate representation of color #178DBB: hue angle of 196.83º 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 #178DBB is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 141 | 187 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.27 |
| HSL | 196.83º | 0.78% | 0.41% | - |
| HSV(B) | 196.83º | 0.88% | 0.73% | - |
| XYZ | 18.85 | 22.82 | 50.42 | - |
| YUV | 110.96 | 170.91 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 187 | 0.88 | 0.25 | 0 | 0.27 | 196.83 | 0.78 | 0.41 |
| Hex | 17 | 8D | BB | 58 | 19 | 0 | 1B | C5 | 4E | 29 |
| Octal | 27 | 215 | 273 | 130 | 31 | 0 | 33 | 305 | 116 | 51 |
| Binary | 10111 | 10001101 | 10111011 | 1011000 | 11001 | 0 | 11011 | 11000101 | 1001110 | 101001 |
Color Harmonies of #178DBB
Complementary color
Monochromatic Colors of #178DBB
Black with #178DBB
Text Example
Text Example
White with #178DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DBB; }
p { color: rgb(23,141,187); }
H1.HeaderClassName
{
color: #178DBB;
}
.AnyTagClassName
{
color: #178DBB;
}
</style>
background-color css
<style>
a { background-color: #178DBB; }
a { background-color: rgb(23,141,187); }
div.DivClassName
{
background-color: #178DBB;
}
.BgClassName
{
background-color: #178DBB;
}
</style>
border-color css
<style>
span { border-color: #178DBB; }
span { border-color: rgb(23,141,187); }
td.TdClassName
{
border-color: #178DBB;
}
.TagClassName
{
border-color: #178DBB;
}
</style>