Shades of Pacific Blue #169EC7
Tints of Pacific Blue #169EC7
RGB
CMYK
RGB Variations
Color information
#169EC7 (or 0x169EC7) is known color: Pacific Blue. HEX triplet: 16, 9E and C7. RGB value is (22,158,199). Sum of RGB (Red+Green+Blue) = 22+158+199=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #169EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169EC7 is #E96138. Grayscale: #797979. Windows color (decimal): -15294777 or 13082134. OLE color: 13082134.
HSL color Cylindrical-coordinate representation of color #169EC7: hue angle of 193.9º 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 #169EC7 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 158 | 199 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.22 |
| HSL | 193.9º | 0.8% | 0.43% | - |
| HSV(B) | 193.9º | 0.89% | 0.78% | - |
| XYZ | 22.87 | 28.75 | 58.38 | - |
| YUV | 122.01 | 171.44 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 158 | 199 | 0.89 | 0.21 | 0 | 0.22 | 193.9 | 0.8 | 0.43 |
| Hex | 16 | 9E | C7 | 59 | 15 | 0 | 16 | C2 | 50 | 2B |
| Octal | 26 | 236 | 307 | 131 | 25 | 0 | 26 | 302 | 120 | 53 |
| Binary | 10110 | 10011110 | 11000111 | 1011001 | 10101 | 0 | 10110 | 11000010 | 1010000 | 101011 |
Color Harmonies of #169EC7
Complementary color
Monochromatic Colors of #169EC7
Black with #169EC7
Text Example
Text Example
White with #169EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169EC7; }
p { color: rgb(22,158,199); }
H1.HeaderClassName
{
color: #169EC7;
}
.AnyTagClassName
{
color: #169EC7;
}
</style>
background-color css
<style>
a { background-color: #169EC7; }
a { background-color: rgb(22,158,199); }
div.DivClassName
{
background-color: #169EC7;
}
.BgClassName
{
background-color: #169EC7;
}
</style>
border-color css
<style>
span { border-color: #169EC7; }
span { border-color: rgb(22,158,199); }
td.TdClassName
{
border-color: #169EC7;
}
.TagClassName
{
border-color: #169EC7;
}
</style>