Shades of Pelorous #168AA9
Tints of Pelorous #168AA9
RGB
CMYK
RGB Variations
Color information
#168AA9 (or 0x168AA9) is known color: Pelorous. HEX triplet: 16, 8A and A9. RGB value is (22,138,169). Sum of RGB (Red+Green+Blue) = 22+138+169=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #168AA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168AA9 is #E97556. Grayscale: #6A6A6A. Windows color (decimal): -15299927 or 11110934. OLE color: 11110934.
HSL color Cylindrical-coordinate representation of color #168AA9: hue angle of 192.65º 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 #168AA9 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 138 | 169 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.34 |
| HSL | 192.65º | 0.77% | 0.37% | - |
| HSV(B) | 192.65º | 0.87% | 0.66% | - |
| XYZ | 16.58 | 21.21 | 40.76 | - |
| YUV | 106.85 | 163.07 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 169 | 0.87 | 0.18 | 0 | 0.34 | 192.65 | 0.77 | 0.37 |
| Hex | 16 | 8A | A9 | 57 | 12 | 0 | 22 | C1 | 4D | 25 |
| Octal | 26 | 212 | 251 | 127 | 22 | 0 | 42 | 301 | 115 | 45 |
| Binary | 10110 | 10001010 | 10101001 | 1010111 | 10010 | 0 | 100010 | 11000001 | 1001101 | 100101 |
Color Harmonies of #168AA9
Complementary color
Monochromatic Colors of #168AA9
Black with #168AA9
Text Example
Text Example
White with #168AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168AA9; }
p { color: rgb(22,138,169); }
H1.HeaderClassName
{
color: #168AA9;
}
.AnyTagClassName
{
color: #168AA9;
}
</style>
background-color css
<style>
a { background-color: #168AA9; }
a { background-color: rgb(22,138,169); }
div.DivClassName
{
background-color: #168AA9;
}
.BgClassName
{
background-color: #168AA9;
}
</style>
border-color css
<style>
span { border-color: #168AA9; }
span { border-color: rgb(22,138,169); }
td.TdClassName
{
border-color: #168AA9;
}
.TagClassName
{
border-color: #168AA9;
}
</style>