Shades of Pelorous #168FA9
Tints of Pelorous #168FA9
RGB
CMYK
RGB Variations
Color information
#168FA9 (or 0x168FA9) is known color: Pelorous. HEX triplet: 16, 8F and A9. RGB value is (22,143,169). Sum of RGB (Red+Green+Blue) = 22+143+169=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #168FA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168FA9 is #E97056. Grayscale: #6D6D6D. Windows color (decimal): -15298647 or 11112214. OLE color: 11112214.
HSL color Cylindrical-coordinate representation of color #168FA9: hue angle of 190.61º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #168FA9 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 143 | 169 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.34 |
| HSL | 190.61º | 0.77% | 0.37% | - |
| HSV(B) | 190.61º | 0.87% | 0.66% | - |
| XYZ | 17.31 | 22.68 | 41 | - |
| YUV | 109.79 | 161.41 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 169 | 0.87 | 0.15 | 0 | 0.34 | 190.61 | 0.77 | 0.37 |
| Hex | 16 | 8F | A9 | 57 | F | 0 | 22 | BF | 4D | 25 |
| Octal | 26 | 217 | 251 | 127 | 17 | 0 | 42 | 277 | 115 | 45 |
| Binary | 10110 | 10001111 | 10101001 | 1010111 | 1111 | 0 | 100010 | 10111111 | 1001101 | 100101 |
Color Harmonies of #168FA9
Complementary color
Monochromatic Colors of #168FA9
Black with #168FA9
Text Example
Text Example
White with #168FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168FA9; }
p { color: rgb(22,143,169); }
H1.HeaderClassName
{
color: #168FA9;
}
.AnyTagClassName
{
color: #168FA9;
}
</style>
background-color css
<style>
a { background-color: #168FA9; }
a { background-color: rgb(22,143,169); }
div.DivClassName
{
background-color: #168FA9;
}
.BgClassName
{
background-color: #168FA9;
}
</style>
border-color css
<style>
span { border-color: #168FA9; }
span { border-color: rgb(22,143,169); }
td.TdClassName
{
border-color: #168FA9;
}
.TagClassName
{
border-color: #168FA9;
}
</style>