#1989D6

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

Shades of Pacific Blue #1989D6

Tints of Pacific Blue #1989D6

Color information

#1989D6 (or 0x1989D6) is unknown color: approx Pacific Blue. HEX triplet: 19, 89 and D6. RGB value is (25,137,214). Sum of RGB (Red+Green+Blue) = 25+137+214=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 214 (83.98% from 255 or 56.91% from 376); Max value from RGB is 214 - color contains mainly: blue. Hex color #1989D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1989D6 is #E67629. Grayscale: #6F6F6F. Windows color (decimal): -15103530 or 14059801. OLE color: 14059801.

HSL color Cylindrical-coordinate representation of color #1989D6: hue angle of 204.44º 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 #1989D6 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB25137214-
CMYK0.880.3600.16
HSL204.44º79.08%46.86%-
HSV(B)204.44º88.32%83.92%-
XYZ21.4822.9566.92-
YUV112.29185.3965.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.65%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 214 (83.98% from 255) = 56.91%
R=6.65%
G=36.44%
B=56.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal251372140.880.3600.16204.4479.0846.86
Hex1989D65824010cc4f2f
Octal312113261304402031411757
Binary1100110001001110101101011000100100010000110011001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1989D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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