Shades of Pacific Blue #1686CE
Tints of Pacific Blue #1686CE
RGB
CMYK
RGB Variations
Color information
#1686CE (or 0x1686CE) is known color: Pacific Blue. HEX triplet: 16, 86 and CE. RGB value is (22,134,206). Sum of RGB (Red+Green+Blue) = 22+134+206=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #1686CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1686CE is #E97931. Grayscale: #6C6C6C. Windows color (decimal): -15300914 or 13534742. OLE color: 13534742.
HSL color Cylindrical-coordinate representation of color #1686CE: hue angle of 203.48º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1686CE is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 134 | 206 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.19 |
| HSL | 203.48º | 0.81% | 0.45% | - |
| HSV(B) | 203.48º | 0.89% | 0.81% | - |
| XYZ | 20 | 21.68 | 61.52 | - |
| YUV | 108.72 | 182.89 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 206 | 0.89 | 0.35 | 0 | 0.19 | 203.48 | 0.81 | 0.45 |
| Hex | 16 | 86 | CE | 59 | 23 | 0 | 13 | CB | 51 | 2D |
| Octal | 26 | 206 | 316 | 131 | 43 | 0 | 23 | 313 | 121 | 55 |
| Binary | 10110 | 10000110 | 11001110 | 1011001 | 100011 | 0 | 10011 | 11001011 | 1010001 | 101101 |
Color Harmonies of #1686CE
Complementary color
Monochromatic Colors of #1686CE
Black with #1686CE
Text Example
Text Example
White with #1686CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1686CE; }
p { color: rgb(22,134,206); }
H1.HeaderClassName
{
color: #1686CE;
}
.AnyTagClassName
{
color: #1686CE;
}
</style>
background-color css
<style>
a { background-color: #1686CE; }
a { background-color: rgb(22,134,206); }
div.DivClassName
{
background-color: #1686CE;
}
.BgClassName
{
background-color: #1686CE;
}
</style>
border-color css
<style>
span { border-color: #1686CE; }
span { border-color: rgb(22,134,206); }
td.TdClassName
{
border-color: #1686CE;
}
.TagClassName
{
border-color: #1686CE;
}
</style>