Shades of Pacific Blue #1690DB
Tints of Pacific Blue #1690DB
RGB
CMYK
RGB Variations
Color information
#1690DB (or 0x1690DB) is known color: Pacific Blue. HEX triplet: 16, 90 and DB. RGB value is (22,144,219). Sum of RGB (Red+Green+Blue) = 22+144+219=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #1690DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1690DB is #E96F24. Grayscale: #737373. Windows color (decimal): -15298341 or 14389270. OLE color: 14389270.
HSL color Cylindrical-coordinate representation of color #1690DB: hue angle of 202.84º 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 #1690DB is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 144 | 219 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.14 |
| HSL | 202.84º | 0.82% | 0.47% | - |
| HSV(B) | 202.84º | 0.9% | 0.86% | - |
| XYZ | 23.09 | 25.23 | 70.67 | - |
| YUV | 116.07 | 186.08 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 219 | 0.90 | 0.34 | 0 | 0.14 | 202.84 | 0.82 | 0.47 |
| Hex | 16 | 90 | DB | 5A | 22 | 0 | E | CB | 52 | 2F |
| Octal | 26 | 220 | 333 | 132 | 42 | 0 | 16 | 313 | 122 | 57 |
| Binary | 10110 | 10010000 | 11011011 | 1011010 | 100010 | 0 | 1110 | 11001011 | 1010010 | 101111 |
Color Harmonies of #1690DB
Complementary color
Monochromatic Colors of #1690DB
Black with #1690DB
Text Example
Text Example
White with #1690DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1690DB; }
p { color: rgb(22,144,219); }
H1.HeaderClassName
{
color: #1690DB;
}
.AnyTagClassName
{
color: #1690DB;
}
</style>
background-color css
<style>
a { background-color: #1690DB; }
a { background-color: rgb(22,144,219); }
div.DivClassName
{
background-color: #1690DB;
}
.BgClassName
{
background-color: #1690DB;
}
</style>
border-color css
<style>
span { border-color: #1690DB; }
span { border-color: rgb(22,144,219); }
td.TdClassName
{
border-color: #1690DB;
}
.TagClassName
{
border-color: #1690DB;
}
</style>