Shades of Pacific Blue #1696DC
Tints of Pacific Blue #1696DC
RGB
CMYK
RGB Variations
Color information
#1696DC (or 0x1696DC) is known color: Pacific Blue. HEX triplet: 16, 96 and DC. RGB value is (22,150,220). Sum of RGB (Red+Green+Blue) = 22+150+220=392 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.61% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #1696DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1696DC is #E96923. Grayscale: #777777. Windows color (decimal): -15296804 or 14456342. OLE color: 14456342.
HSL color Cylindrical-coordinate representation of color #1696DC: hue angle of 201.21º 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 #1696DC is Cyan = 0.9, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 150 | 220 | - |
| CMYK | 0.9 | 0.32 | 0 | 0.14 |
| HSL | 201.21º | 0.82% | 0.47% | - |
| HSV(B) | 201.21º | 0.9% | 0.86% | - |
| XYZ | 24.16 | 27.15 | 71.68 | - |
| YUV | 119.71 | 184.59 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 220 | 0.9 | 0.32 | 0 | 0.14 | 201.21 | 0.82 | 0.47 |
| Hex | 16 | 96 | DC | 5A | 20 | 0 | E | C9 | 52 | 2F |
| Octal | 26 | 226 | 334 | 132 | 40 | 0 | 16 | 311 | 122 | 57 |
| Binary | 10110 | 10010110 | 11011100 | 1011010 | 100000 | 0 | 1110 | 11001001 | 1010010 | 101111 |
Color Harmonies of #1696DC
Complementary color
Monochromatic Colors of #1696DC
Black with #1696DC
Text Example
Text Example
White with #1696DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1696DC; }
p { color: rgb(22,150,220); }
H1.HeaderClassName
{
color: #1696DC;
}
.AnyTagClassName
{
color: #1696DC;
}
</style>
background-color css
<style>
a { background-color: #1696DC; }
a { background-color: rgb(22,150,220); }
div.DivClassName
{
background-color: #1696DC;
}
.BgClassName
{
background-color: #1696DC;
}
</style>
border-color css
<style>
span { border-color: #1696DC; }
span { border-color: rgb(22,150,220); }
td.TdClassName
{
border-color: #1696DC;
}
.TagClassName
{
border-color: #1696DC;
}
</style>