Shades of Pacific Blue #1697D9
Tints of Pacific Blue #1697D9
RGB
CMYK
RGB Variations
Color information
#1697D9 (or 0x1697D9) is known color: Pacific Blue. HEX triplet: 16, 97 and D9. RGB value is (22,151,217). Sum of RGB (Red+Green+Blue) = 22+151+217=390 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.64% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #1697D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1697D9 is #E96826. Grayscale: #777777. Windows color (decimal): -15296551 or 14259990. OLE color: 14259990.
HSL color Cylindrical-coordinate representation of color #1697D9: hue angle of 200.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1697D9 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 151 | 217 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.15 |
| HSL | 200.31º | 0.82% | 0.47% | - |
| HSV(B) | 200.31º | 0.9% | 0.85% | - |
| XYZ | 23.92 | 27.31 | 69.66 | - |
| YUV | 119.95 | 182.76 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 217 | 0.90 | 0.30 | 0 | 0.15 | 200.31 | 0.82 | 0.47 |
| Hex | 16 | 97 | D9 | 5A | 1E | 0 | F | C8 | 52 | 2F |
| Octal | 26 | 227 | 331 | 132 | 36 | 0 | 17 | 310 | 122 | 57 |
| Binary | 10110 | 10010111 | 11011001 | 1011010 | 11110 | 0 | 1111 | 11001000 | 1010010 | 101111 |
Color Harmonies of #1697D9
Complementary color
Monochromatic Colors of #1697D9
Black with #1697D9
Text Example
Text Example
White with #1697D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1697D9; }
p { color: rgb(22,151,217); }
H1.HeaderClassName
{
color: #1697D9;
}
.AnyTagClassName
{
color: #1697D9;
}
</style>
background-color css
<style>
a { background-color: #1697D9; }
a { background-color: rgb(22,151,217); }
div.DivClassName
{
background-color: #1697D9;
}
.BgClassName
{
background-color: #1697D9;
}
</style>
border-color css
<style>
span { border-color: #1697D9; }
span { border-color: rgb(22,151,217); }
td.TdClassName
{
border-color: #1697D9;
}
.TagClassName
{
border-color: #1697D9;
}
</style>