Shades of Pacific Blue #1697DB
Tints of Pacific Blue #1697DB
RGB
CMYK
RGB Variations
Color information
#1697DB (or 0x1697DB) is known color: Pacific Blue. HEX triplet: 16, 97 and DB. RGB value is (22,151,219). Sum of RGB (Red+Green+Blue) = 22+151+219=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #1697DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1697DB is #E96824. Grayscale: #777777. Windows color (decimal): -15296549 or 14391062. OLE color: 14391062.
HSL color Cylindrical-coordinate representation of color #1697DB: hue angle of 200.71º 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 #1697DB is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 151 | 219 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.14 |
| HSL | 200.71º | 0.82% | 0.47% | - |
| HSV(B) | 200.71º | 0.9% | 0.86% | - |
| XYZ | 24.18 | 27.42 | 71.04 | - |
| YUV | 120.18 | 183.76 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 219 | 0.90 | 0.31 | 0 | 0.14 | 200.71 | 0.82 | 0.47 |
| Hex | 16 | 97 | DB | 5A | 1F | 0 | E | C9 | 52 | 2F |
| Octal | 26 | 227 | 333 | 132 | 37 | 0 | 16 | 311 | 122 | 57 |
| Binary | 10110 | 10010111 | 11011011 | 1011010 | 11111 | 0 | 1110 | 11001001 | 1010010 | 101111 |
Color Harmonies of #1697DB
Complementary color
Monochromatic Colors of #1697DB
Black with #1697DB
Text Example
Text Example
White with #1697DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1697DB; }
p { color: rgb(22,151,219); }
H1.HeaderClassName
{
color: #1697DB;
}
.AnyTagClassName
{
color: #1697DB;
}
</style>
background-color css
<style>
a { background-color: #1697DB; }
a { background-color: rgb(22,151,219); }
div.DivClassName
{
background-color: #1697DB;
}
.BgClassName
{
background-color: #1697DB;
}
</style>
border-color css
<style>
span { border-color: #1697DB; }
span { border-color: rgb(22,151,219); }
td.TdClassName
{
border-color: #1697DB;
}
.TagClassName
{
border-color: #1697DB;
}
</style>