Shades of Pelorous #178BBD
Tints of Pelorous #178BBD
RGB
CMYK
RGB Variations
Color information
#178BBD (or 0x178BBD) is known color: Pelorous. HEX triplet: 17, 8B and BD. RGB value is (23,139,189). Sum of RGB (Red+Green+Blue) = 23+139+189=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #178BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178BBD is #E87442. Grayscale: #6D6D6D. Windows color (decimal): -15234115 or 12421911. OLE color: 12421911.
HSL color Cylindrical-coordinate representation of color #178BBD: hue angle of 198.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #178BBD is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 139 | 189 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.26 |
| HSL | 198.07º | 0.78% | 0.42% | - |
| HSV(B) | 198.07º | 0.88% | 0.74% | - |
| XYZ | 18.77 | 22.32 | 51.46 | - |
| YUV | 110.02 | 172.57 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 139 | 189 | 0.88 | 0.26 | 0 | 0.26 | 198.07 | 0.78 | 0.42 |
| Hex | 17 | 8B | BD | 58 | 1A | 0 | 1A | C6 | 4E | 2A |
| Octal | 27 | 213 | 275 | 130 | 32 | 0 | 32 | 306 | 116 | 52 |
| Binary | 10111 | 10001011 | 10111101 | 1011000 | 11010 | 0 | 11010 | 11000110 | 1001110 | 101010 |
Color Harmonies of #178BBD
Complementary color
Monochromatic Colors of #178BBD
Black with #178BBD
Text Example
Text Example
White with #178BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178BBD; }
p { color: rgb(23,139,189); }
H1.HeaderClassName
{
color: #178BBD;
}
.AnyTagClassName
{
color: #178BBD;
}
</style>
background-color css
<style>
a { background-color: #178BBD; }
a { background-color: rgb(23,139,189); }
div.DivClassName
{
background-color: #178BBD;
}
.BgClassName
{
background-color: #178BBD;
}
</style>
border-color css
<style>
span { border-color: #178BBD; }
span { border-color: rgb(23,139,189); }
td.TdClassName
{
border-color: #178BBD;
}
.TagClassName
{
border-color: #178BBD;
}
</style>