Shades of Pelorous #1689AA
Tints of Pelorous #1689AA
RGB
CMYK
RGB Variations
Color information
#1689AA (or 0x1689AA) is known color: Pelorous. HEX triplet: 16, 89 and AA. RGB value is (22,137,170). Sum of RGB (Red+Green+Blue) = 22+137+170=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #1689AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1689AA is #E97655. Grayscale: #6A6A6A. Windows color (decimal): -15300182 or 11176214. OLE color: 11176214.
HSL color Cylindrical-coordinate representation of color #1689AA: hue angle of 193.38º degrees, saturation: 0.77, 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 #1689AA is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 137 | 170 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.33 |
| HSL | 193.38º | 0.77% | 0.38% | - |
| HSV(B) | 193.38º | 0.87% | 0.67% | - |
| XYZ | 16.53 | 20.96 | 41.21 | - |
| YUV | 106.38 | 163.9 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 170 | 0.87 | 0.19 | 0 | 0.33 | 193.38 | 0.77 | 0.38 |
| Hex | 16 | 89 | AA | 57 | 13 | 0 | 21 | C1 | 4D | 26 |
| Octal | 26 | 211 | 252 | 127 | 23 | 0 | 41 | 301 | 115 | 46 |
| Binary | 10110 | 10001001 | 10101010 | 1010111 | 10011 | 0 | 100001 | 11000001 | 1001101 | 100110 |
Color Harmonies of #1689AA
Complementary color
Monochromatic Colors of #1689AA
Black with #1689AA
Text Example
Text Example
White with #1689AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1689AA; }
p { color: rgb(22,137,170); }
H1.HeaderClassName
{
color: #1689AA;
}
.AnyTagClassName
{
color: #1689AA;
}
</style>
background-color css
<style>
a { background-color: #1689AA; }
a { background-color: rgb(22,137,170); }
div.DivClassName
{
background-color: #1689AA;
}
.BgClassName
{
background-color: #1689AA;
}
</style>
border-color css
<style>
span { border-color: #1689AA; }
span { border-color: rgb(22,137,170); }
td.TdClassName
{
border-color: #1689AA;
}
.TagClassName
{
border-color: #1689AA;
}
</style>