Shades of Pacific Blue #169EDB
Tints of Pacific Blue #169EDB
RGB
CMYK
RGB Variations
Color information
#169EDB (or 0x169EDB) is known color: Pacific Blue. HEX triplet: 16, 9E and DB. RGB value is (22,158,219). Sum of RGB (Red+Green+Blue) = 22+158+219=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #169EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169EDB is #E96124. Grayscale: #7B7B7B. Windows color (decimal): -15294757 or 14392854. OLE color: 14392854.
HSL color Cylindrical-coordinate representation of color #169EDB: hue angle of 198.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #169EDB is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 158 | 219 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.14 |
| HSL | 198.58º | 0.82% | 0.47% | - |
| HSV(B) | 198.58º | 0.9% | 0.86% | - |
| XYZ | 25.34 | 29.74 | 71.42 | - |
| YUV | 124.29 | 181.44 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 158 | 219 | 0.90 | 0.28 | 0 | 0.14 | 198.58 | 0.82 | 0.47 |
| Hex | 16 | 9E | DB | 5A | 1C | 0 | E | C7 | 52 | 2F |
| Octal | 26 | 236 | 333 | 132 | 34 | 0 | 16 | 307 | 122 | 57 |
| Binary | 10110 | 10011110 | 11011011 | 1011010 | 11100 | 0 | 1110 | 11000111 | 1010010 | 101111 |
Color Harmonies of #169EDB
Complementary color
Monochromatic Colors of #169EDB
Black with #169EDB
Text Example
Text Example
White with #169EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169EDB; }
p { color: rgb(22,158,219); }
H1.HeaderClassName
{
color: #169EDB;
}
.AnyTagClassName
{
color: #169EDB;
}
</style>
background-color css
<style>
a { background-color: #169EDB; }
a { background-color: rgb(22,158,219); }
div.DivClassName
{
background-color: #169EDB;
}
.BgClassName
{
background-color: #169EDB;
}
</style>
border-color css
<style>
span { border-color: #169EDB; }
span { border-color: rgb(22,158,219); }
td.TdClassName
{
border-color: #169EDB;
}
.TagClassName
{
border-color: #169EDB;
}
</style>