Shades of Pelorous #178CBE
Tints of Pelorous #178CBE
RGB
CMYK
RGB Variations
Color information
#178CBE (or 0x178CBE) is known color: Pelorous. HEX triplet: 17, 8C and BE. RGB value is (23,140,190). Sum of RGB (Red+Green+Blue) = 23+140+190=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #178CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178CBE is #E87341. Grayscale: #6E6E6E. Windows color (decimal): -15233858 or 12487703. OLE color: 12487703.
HSL color Cylindrical-coordinate representation of color #178CBE: hue angle of 197.96º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178CBE is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 140 | 190 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.25 |
| HSL | 197.96º | 0.78% | 0.42% | - |
| HSV(B) | 197.96º | 0.88% | 0.75% | - |
| XYZ | 19.03 | 22.66 | 52.09 | - |
| YUV | 110.72 | 172.74 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 190 | 0.88 | 0.26 | 0 | 0.25 | 197.96 | 0.78 | 0.42 |
| Hex | 17 | 8C | BE | 58 | 1A | 0 | 19 | C6 | 4E | 2A |
| Octal | 27 | 214 | 276 | 130 | 32 | 0 | 31 | 306 | 116 | 52 |
| Binary | 10111 | 10001100 | 10111110 | 1011000 | 11010 | 0 | 11001 | 11000110 | 1001110 | 101010 |
Color Harmonies of #178CBE
Complementary color
Monochromatic Colors of #178CBE
Black with #178CBE
Text Example
Text Example
White with #178CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178CBE; }
p { color: rgb(23,140,190); }
H1.HeaderClassName
{
color: #178CBE;
}
.AnyTagClassName
{
color: #178CBE;
}
</style>
background-color css
<style>
a { background-color: #178CBE; }
a { background-color: rgb(23,140,190); }
div.DivClassName
{
background-color: #178CBE;
}
.BgClassName
{
background-color: #178CBE;
}
</style>
border-color css
<style>
span { border-color: #178CBE; }
span { border-color: rgb(23,140,190); }
td.TdClassName
{
border-color: #178CBE;
}
.TagClassName
{
border-color: #178CBE;
}
</style>