Shades of Pelorous #1697AC
Tints of Pelorous #1697AC
RGB
CMYK
RGB Variations
Color information
#1697AC (or 0x1697AC) is known color: Pelorous. HEX triplet: 16, 97 and AC. RGB value is (22,151,172). Sum of RGB (Red+Green+Blue) = 22+151+172=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #1697AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1697AC is #E96853. Grayscale: #727272. Windows color (decimal): -15296596 or 11310870. OLE color: 11310870.
HSL color Cylindrical-coordinate representation of color #1697AC: hue angle of 188.4º 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 #1697AC is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 151 | 172 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.33 |
| HSL | 188.4º | 0.77% | 0.38% | - |
| HSV(B) | 188.4º | 0.87% | 0.67% | - |
| XYZ | 18.84 | 25.28 | 42.92 | - |
| YUV | 114.82 | 160.26 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 172 | 0.87 | 0.12 | 0 | 0.33 | 188.4 | 0.77 | 0.38 |
| Hex | 16 | 97 | AC | 57 | C | 0 | 21 | BC | 4D | 26 |
| Octal | 26 | 227 | 254 | 127 | 14 | 0 | 41 | 274 | 115 | 46 |
| Binary | 10110 | 10010111 | 10101100 | 1010111 | 1100 | 0 | 100001 | 10111100 | 1001101 | 100110 |
Color Harmonies of #1697AC
Complementary color
Monochromatic Colors of #1697AC
Black with #1697AC
Text Example
Text Example
White with #1697AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1697AC; }
p { color: rgb(22,151,172); }
H1.HeaderClassName
{
color: #1697AC;
}
.AnyTagClassName
{
color: #1697AC;
}
</style>
background-color css
<style>
a { background-color: #1697AC; }
a { background-color: rgb(22,151,172); }
div.DivClassName
{
background-color: #1697AC;
}
.BgClassName
{
background-color: #1697AC;
}
</style>
border-color css
<style>
span { border-color: #1697AC; }
span { border-color: rgb(22,151,172); }
td.TdClassName
{
border-color: #1697AC;
}
.TagClassName
{
border-color: #1697AC;
}
</style>