#1987D6

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

Shades of Pacific Blue #1987D6

Tints of Pacific Blue #1987D6

Color information

#1987D6 (or 0x1987D6) is unknown color: approx Pacific Blue. HEX triplet: 19, 87 and D6. RGB value is (25,135,214). Sum of RGB (Red+Green+Blue) = 25+135+214=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #1987D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987D6 is #E67829. Grayscale: #6E6E6E. Windows color (decimal): -15104042 or 14059289. OLE color: 14059289.

HSL color Cylindrical-coordinate representation of color #1987D6: hue angle of 205.08º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1987D6 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB25135214-
CMYK0.880.3700.16
HSL205.08º79.08%46.86%-
HSV(B)205.08º88.32%83.92%-
XYZ21.222.3966.82-
YUV111.12186.0666.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.68%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 214 (83.98% from 255) = 57.22%
R=6.68%
G=36.10%
B=57.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal251352140.880.3700.16205.0879.0846.86
Hex1987D65825010cd4f2f
Octal312073261304502031511757
Binary1100110000111110101101011000100101010000110011011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1987D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1987D6; }

 p { color: rgb(25,135,214); }

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

<style>
 a { background-color: #1987D6; }

 a { background-color: rgb(25,135,214); }

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

<style>
 span { border-color: #1987D6; }

 span { border-color: rgb(25,135,214); }

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