Shades of Pelorous #178BBE
Tints of Pelorous #178BBE
RGB
CMYK
RGB Variations
Color information
#178BBE (or 0x178BBE) is known color: Pelorous. HEX triplet: 17, 8B and BE. RGB value is (23,139,190). Sum of RGB (Red+Green+Blue) = 23+139+190=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #178BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BBE is #E87441. Grayscale: #6D6D6D. Windows color (decimal): -15234114 or 12487447. OLE color: 12487447.
HSL color Cylindrical-coordinate representation of color #178BBE: hue angle of 198.32º 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 #178BBE is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 139 | 190 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.25 |
| HSL | 198.32º | 0.78% | 0.42% | - |
| HSV(B) | 198.32º | 0.88% | 0.75% | - |
| XYZ | 18.88 | 22.37 | 52.04 | - |
| YUV | 110.13 | 173.07 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 139 | 190 | 0.88 | 0.27 | 0 | 0.25 | 198.32 | 0.78 | 0.42 |
| Hex | 17 | 8B | BE | 58 | 1B | 0 | 19 | C6 | 4E | 2A |
| Octal | 27 | 213 | 276 | 130 | 33 | 0 | 31 | 306 | 116 | 52 |
| Binary | 10111 | 10001011 | 10111110 | 1011000 | 11011 | 0 | 11001 | 11000110 | 1001110 | 101010 |
Color Harmonies of #178BBE
Complementary color
Monochromatic Colors of #178BBE
Black with #178BBE
Text Example
Text Example
White with #178BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178BBE; }
p { color: rgb(23,139,190); }
H1.HeaderClassName
{
color: #178BBE;
}
.AnyTagClassName
{
color: #178BBE;
}
</style>
background-color css
<style>
a { background-color: #178BBE; }
a { background-color: rgb(23,139,190); }
div.DivClassName
{
background-color: #178BBE;
}
.BgClassName
{
background-color: #178BBE;
}
</style>
border-color css
<style>
span { border-color: #178BBE; }
span { border-color: rgb(23,139,190); }
td.TdClassName
{
border-color: #178BBE;
}
.TagClassName
{
border-color: #178BBE;
}
</style>