Shades of Pelorous #1696AE
Tints of Pelorous #1696AE
RGB
CMYK
RGB Variations
Color information
#1696AE (or 0x1696AE) is known color: Pelorous. HEX triplet: 16, 96 and AE. RGB value is (22,150,174). Sum of RGB (Red+Green+Blue) = 22+150+174=346 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.36% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #1696AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1696AE is #E96951. Grayscale: #727272. Windows color (decimal): -15296850 or 11441686. OLE color: 11441686.
HSL color Cylindrical-coordinate representation of color #1696AE: hue angle of 189.47º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1696AE is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 150 | 174 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.32 |
| HSL | 189.47º | 0.78% | 0.38% | - |
| HSV(B) | 189.47º | 0.87% | 0.68% | - |
| XYZ | 18.88 | 25.04 | 43.88 | - |
| YUV | 114.46 | 161.59 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 174 | 0.87 | 0.14 | 0 | 0.32 | 189.47 | 0.78 | 0.38 |
| Hex | 16 | 96 | AE | 57 | E | 0 | 20 | BD | 4E | 26 |
| Octal | 26 | 226 | 256 | 127 | 16 | 0 | 40 | 275 | 116 | 46 |
| Binary | 10110 | 10010110 | 10101110 | 1010111 | 1110 | 0 | 100000 | 10111101 | 1001110 | 100110 |
Color Harmonies of #1696AE
Complementary color
Monochromatic Colors of #1696AE
Black with #1696AE
Text Example
Text Example
White with #1696AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1696AE; }
p { color: rgb(22,150,174); }
H1.HeaderClassName
{
color: #1696AE;
}
.AnyTagClassName
{
color: #1696AE;
}
</style>
background-color css
<style>
a { background-color: #1696AE; }
a { background-color: rgb(22,150,174); }
div.DivClassName
{
background-color: #1696AE;
}
.BgClassName
{
background-color: #1696AE;
}
</style>
border-color css
<style>
span { border-color: #1696AE; }
span { border-color: rgb(22,150,174); }
td.TdClassName
{
border-color: #1696AE;
}
.TagClassName
{
border-color: #1696AE;
}
</style>