#1686C8

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

Shades of Pacific Blue #1686C8

Tints of Pacific Blue #1686C8

Color information

#1686C8 (or 0x1686C8) is unknown color: approx Pacific Blue. HEX triplet: 16, 86 and C8. RGB value is (22,134,200). Sum of RGB (Red+Green+Blue) = 22+134+200=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 200 (78.52% from 255 or 56.18% from 356); Max value from RGB is 200 - color contains mainly: blue. Hex color #1686C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1686C8 is #E97937. Grayscale: #6B6B6B. Windows color (decimal): -15300920 or 13141526. OLE color: 13141526.

HSL color Cylindrical-coordinate representation of color #1686C8: hue angle of 202.25º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1686C8 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB22134200-
CMYK0.890.3300.22
HSL202.25º80.18%43.53%-
HSV(B)202.25º89%78.43%-
XYZ19.2821.3957.76-
YUV108.04179.8966.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.18%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 200 (78.52% from 255) = 56.18%
R=6.18%
G=37.64%
B=56.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal221342000.890.3300.22202.2580.1843.53
Hex1686C85921016ca502c
Octal262063101314102631212054
Binary1011010000110110010001011001100001010110110010101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1686C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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