Shades of Pelorous #179AB2
Tints of Pelorous #179AB2
RGB
CMYK
RGB Variations
Color information
#179AB2 (or 0x179AB2) is known color: Pelorous. HEX triplet: 17, 9A and B2. RGB value is (23,154,178). Sum of RGB (Red+Green+Blue) = 23+154+178=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #179AB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179AB2 is #E8654D. Grayscale: #757575. Windows color (decimal): -15230286 or 11704855. OLE color: 11704855.
HSL color Cylindrical-coordinate representation of color #179AB2: hue angle of 189.29º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179AB2 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 154 | 178 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.30 |
| HSL | 189.29º | 0.77% | 0.39% | - |
| HSV(B) | 189.29º | 0.87% | 0.7% | - |
| XYZ | 19.94 | 26.51 | 46.18 | - |
| YUV | 117.57 | 162.1 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 154 | 178 | 0.87 | 0.13 | 0 | 0.30 | 189.29 | 0.77 | 0.39 |
| Hex | 17 | 9A | B2 | 57 | D | 0 | 1E | BD | 4D | 27 |
| Octal | 27 | 232 | 262 | 127 | 15 | 0 | 36 | 275 | 115 | 47 |
| Binary | 10111 | 10011010 | 10110010 | 1010111 | 1101 | 0 | 11110 | 10111101 | 1001101 | 100111 |
Color Harmonies of #179AB2
Complementary color
Monochromatic Colors of #179AB2
Black with #179AB2
Text Example
Text Example
White with #179AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179AB2; }
p { color: rgb(23,154,178); }
H1.HeaderClassName
{
color: #179AB2;
}
.AnyTagClassName
{
color: #179AB2;
}
</style>
background-color css
<style>
a { background-color: #179AB2; }
a { background-color: rgb(23,154,178); }
div.DivClassName
{
background-color: #179AB2;
}
.BgClassName
{
background-color: #179AB2;
}
</style>
border-color css
<style>
span { border-color: #179AB2; }
span { border-color: rgb(23,154,178); }
td.TdClassName
{
border-color: #179AB2;
}
.TagClassName
{
border-color: #179AB2;
}
</style>