Shades of Pacific Blue #169EC6
Tints of Pacific Blue #169EC6
RGB
CMYK
RGB Variations
Color information
#169EC6 (or 0x169EC6) is known color: Pacific Blue. HEX triplet: 16, 9E and C6. RGB value is (22,158,198). Sum of RGB (Red+Green+Blue) = 22+158+198=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #169EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169EC6 is #E96139. Grayscale: #797979. Windows color (decimal): -15294778 or 13016598. OLE color: 13016598.
HSL color Cylindrical-coordinate representation of color #169EC6: hue angle of 193.64º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #169EC6 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 158 | 198 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.22 |
| HSL | 193.64º | 0.8% | 0.43% | - |
| HSV(B) | 193.64º | 0.89% | 0.78% | - |
| XYZ | 22.75 | 28.7 | 57.77 | - |
| YUV | 121.9 | 170.94 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 158 | 198 | 0.89 | 0.20 | 0 | 0.22 | 193.64 | 0.8 | 0.43 |
| Hex | 16 | 9E | C6 | 59 | 14 | 0 | 16 | C2 | 50 | 2B |
| Octal | 26 | 236 | 306 | 131 | 24 | 0 | 26 | 302 | 120 | 53 |
| Binary | 10110 | 10011110 | 11000110 | 1011001 | 10100 | 0 | 10110 | 11000010 | 1010000 | 101011 |
Color Harmonies of #169EC6
Complementary color
Monochromatic Colors of #169EC6
Black with #169EC6
Text Example
Text Example
White with #169EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169EC6; }
p { color: rgb(22,158,198); }
H1.HeaderClassName
{
color: #169EC6;
}
.AnyTagClassName
{
color: #169EC6;
}
</style>
background-color css
<style>
a { background-color: #169EC6; }
a { background-color: rgb(22,158,198); }
div.DivClassName
{
background-color: #169EC6;
}
.BgClassName
{
background-color: #169EC6;
}
</style>
border-color css
<style>
span { border-color: #169EC6; }
span { border-color: rgb(22,158,198); }
td.TdClassName
{
border-color: #169EC6;
}
.TagClassName
{
border-color: #169EC6;
}
</style>