#1686D0

Color #1686D0 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1686D0

Tints of Pacific Blue #1686D0

Color information

#1686D0 (or 0x1686D0) is unknown color: approx Pacific Blue. HEX triplet: 16, 86 and D0. RGB value is (22,134,208). Sum of RGB (Red+Green+Blue) = 22+134+208=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 208 (81.64% from 255 or 57.14% from 364); Max value from RGB is 208 - color contains mainly: blue. Hex color #1686D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1686D0 is #E9792F. Grayscale: #6C6C6C. Windows color (decimal): -15300912 or 13665814. OLE color: 13665814.

HSL color Cylindrical-coordinate representation of color #1686D0: hue angle of 203.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1686D0 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB22134208-
CMYK0.890.3600.18
HSL203.87º80.87%45.1%-
HSV(B)203.87º89.42%81.57%-
XYZ20.2421.7762.81-
YUV108.95183.8965.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 6.04%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 208 (81.64% from 255) = 57.14%
R=6.04%
G=36.81%
B=57.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal221342080.890.3600.18203.8780.8745.1
Hex1686D05924012cc512d
Octal262063201314402231412155
Binary1011010000110110100001011001100100010010110011001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1686D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1686D0; }

 p { color: rgb(22,134,208); }

 H1.HeaderClassName
 {
   color: #1686D0;
 }
 .AnyTagClassName
 {
   color: #1686D0;
 }
</style>
background-color css

<style>
 a { background-color: #1686D0; }

 a { background-color: rgb(22,134,208); }

 div.DivClassName
 {
   background-color: #1686D0;
 }
 .BgClassName
 {
   background-color: #1686D0;
 }
</style>
border-color css

<style>
 span { border-color: #1686D0; }

 span { border-color: rgb(22,134,208); }

 td.TdClassName
 {
   border-color: #1686D0;
 }
 .TagClassName
 {
   border-color: #1686D0;
 }
</style>