Shades of Pelorous #178BAB
Tints of Pelorous #178BAB
RGB
CMYK
RGB Variations
Color information
#178BAB (or 0x178BAB) is known color: Pelorous. HEX triplet: 17, 8B and AB. RGB value is (23,139,171). Sum of RGB (Red+Green+Blue) = 23+139+171=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #178BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178BAB is #E87454. Grayscale: #6B6B6B. Windows color (decimal): -15234133 or 11242263. OLE color: 11242263.
HSL color Cylindrical-coordinate representation of color #178BAB: hue angle of 192.97º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #178BAB is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 139 | 171 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.33 |
| HSL | 192.97º | 0.76% | 0.38% | - |
| HSV(B) | 192.97º | 0.87% | 0.67% | - |
| XYZ | 16.94 | 21.59 | 41.8 | - |
| YUV | 107.96 | 163.57 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 139 | 171 | 0.87 | 0.19 | 0 | 0.33 | 192.97 | 0.76 | 0.38 |
| Hex | 17 | 8B | AB | 57 | 13 | 0 | 21 | C1 | 4C | 26 |
| Octal | 27 | 213 | 253 | 127 | 23 | 0 | 41 | 301 | 114 | 46 |
| Binary | 10111 | 10001011 | 10101011 | 1010111 | 10011 | 0 | 100001 | 11000001 | 1001100 | 100110 |
Color Harmonies of #178BAB
Complementary color
Monochromatic Colors of #178BAB
Black with #178BAB
Text Example
Text Example
White with #178BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178BAB; }
p { color: rgb(23,139,171); }
H1.HeaderClassName
{
color: #178BAB;
}
.AnyTagClassName
{
color: #178BAB;
}
</style>
background-color css
<style>
a { background-color: #178BAB; }
a { background-color: rgb(23,139,171); }
div.DivClassName
{
background-color: #178BAB;
}
.BgClassName
{
background-color: #178BAB;
}
</style>
border-color css
<style>
span { border-color: #178BAB; }
span { border-color: rgb(23,139,171); }
td.TdClassName
{
border-color: #178BAB;
}
.TagClassName
{
border-color: #178BAB;
}
</style>