Shades of Pelorous #179AB3
Tints of Pelorous #179AB3
RGB
CMYK
RGB Variations
Color information
#179AB3 (or 0x179AB3) is known color: Pelorous. HEX triplet: 17, 9A and B3. RGB value is (23,154,179). Sum of RGB (Red+Green+Blue) = 23+154+179=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #179AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179AB3 is #E8654C. Grayscale: #757575. Windows color (decimal): -15230285 or 11770391. OLE color: 11770391.
HSL color Cylindrical-coordinate representation of color #179AB3: hue angle of 189.62º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179AB3 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 154 | 179 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.30 |
| HSL | 189.62º | 0.77% | 0.4% | - |
| HSV(B) | 189.62º | 0.87% | 0.7% | - |
| XYZ | 20.05 | 26.55 | 46.72 | - |
| YUV | 117.68 | 162.6 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 154 | 179 | 0.87 | 0.14 | 0 | 0.30 | 189.62 | 0.77 | 0.4 |
| Hex | 17 | 9A | B3 | 57 | E | 0 | 1E | BE | 4D | 28 |
| Octal | 27 | 232 | 263 | 127 | 16 | 0 | 36 | 276 | 115 | 50 |
| Binary | 10111 | 10011010 | 10110011 | 1010111 | 1110 | 0 | 11110 | 10111110 | 1001101 | 101000 |
Color Harmonies of #179AB3
Complementary color
Monochromatic Colors of #179AB3
Black with #179AB3
Text Example
Text Example
White with #179AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179AB3; }
p { color: rgb(23,154,179); }
H1.HeaderClassName
{
color: #179AB3;
}
.AnyTagClassName
{
color: #179AB3;
}
</style>
background-color css
<style>
a { background-color: #179AB3; }
a { background-color: rgb(23,154,179); }
div.DivClassName
{
background-color: #179AB3;
}
.BgClassName
{
background-color: #179AB3;
}
</style>
border-color css
<style>
span { border-color: #179AB3; }
span { border-color: rgb(23,154,179); }
td.TdClassName
{
border-color: #179AB3;
}
.TagClassName
{
border-color: #179AB3;
}
</style>