Shades of Pelorous #1693AC
Tints of Pelorous #1693AC
RGB
CMYK
RGB Variations
Color information
#1693AC (or 0x1693AC) is known color: Pelorous. HEX triplet: 16, 93 and AC. RGB value is (22,147,172). Sum of RGB (Red+Green+Blue) = 22+147+172=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #1693AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1693AC is #E96C53. Grayscale: #707070. Windows color (decimal): -15297620 or 11309846. OLE color: 11309846.
HSL color Cylindrical-coordinate representation of color #1693AC: hue angle of 190º 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 #1693AC is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 147 | 172 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.33 |
| HSL | 190º | 0.77% | 0.38% | - |
| HSV(B) | 190º | 0.87% | 0.67% | - |
| XYZ | 18.21 | 24.02 | 42.71 | - |
| YUV | 112.48 | 161.59 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 147 | 172 | 0.87 | 0.15 | 0 | 0.33 | 190 | 0.77 | 0.38 |
| Hex | 16 | 93 | AC | 57 | F | 0 | 21 | BE | 4D | 26 |
| Octal | 26 | 223 | 254 | 127 | 17 | 0 | 41 | 276 | 115 | 46 |
| Binary | 10110 | 10010011 | 10101100 | 1010111 | 1111 | 0 | 100001 | 10111110 | 1001101 | 100110 |
Color Harmonies of #1693AC
Complementary color
Monochromatic Colors of #1693AC
Black with #1693AC
Text Example
Text Example
White with #1693AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1693AC; }
p { color: rgb(22,147,172); }
H1.HeaderClassName
{
color: #1693AC;
}
.AnyTagClassName
{
color: #1693AC;
}
</style>
background-color css
<style>
a { background-color: #1693AC; }
a { background-color: rgb(22,147,172); }
div.DivClassName
{
background-color: #1693AC;
}
.BgClassName
{
background-color: #1693AC;
}
</style>
border-color css
<style>
span { border-color: #1693AC; }
span { border-color: rgb(22,147,172); }
td.TdClassName
{
border-color: #1693AC;
}
.TagClassName
{
border-color: #1693AC;
}
</style>