Shades of Pelorous #169EC1
Tints of Pelorous #169EC1
RGB
CMYK
RGB Variations
Color information
#169EC1 (or 0x169EC1) is known color: Pelorous. HEX triplet: 16, 9E and C1. RGB value is (22,158,193). Sum of RGB (Red+Green+Blue) = 22+158+193=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #169EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169EC1 is #E9613E. Grayscale: #797979. Windows color (decimal): -15294783 or 12688918. OLE color: 12688918.
HSL color Cylindrical-coordinate representation of color #169EC1: hue angle of 192.28º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #169EC1 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 158 | 193 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.24 |
| HSL | 192.28º | 0.8% | 0.42% | - |
| HSV(B) | 192.28º | 0.89% | 0.76% | - |
| XYZ | 22.18 | 28.47 | 54.78 | - |
| YUV | 121.33 | 168.44 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 158 | 193 | 0.89 | 0.18 | 0 | 0.24 | 192.28 | 0.8 | 0.42 |
| Hex | 16 | 9E | C1 | 59 | 12 | 0 | 18 | C0 | 50 | 2A |
| Octal | 26 | 236 | 301 | 131 | 22 | 0 | 30 | 300 | 120 | 52 |
| Binary | 10110 | 10011110 | 11000001 | 1011001 | 10010 | 0 | 11000 | 11000000 | 1010000 | 101010 |
Color Harmonies of #169EC1
Complementary color
Monochromatic Colors of #169EC1
Black with #169EC1
Text Example
Text Example
White with #169EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169EC1; }
p { color: rgb(22,158,193); }
H1.HeaderClassName
{
color: #169EC1;
}
.AnyTagClassName
{
color: #169EC1;
}
</style>
background-color css
<style>
a { background-color: #169EC1; }
a { background-color: rgb(22,158,193); }
div.DivClassName
{
background-color: #169EC1;
}
.BgClassName
{
background-color: #169EC1;
}
</style>
border-color css
<style>
span { border-color: #169EC1; }
span { border-color: rgb(22,158,193); }
td.TdClassName
{
border-color: #169EC1;
}
.TagClassName
{
border-color: #169EC1;
}
</style>