#1394D6

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

Shades of Pacific Blue #1394D6

Tints of Pacific Blue #1394D6

Color information

#1394D6 (or 0x1394D6) is unknown color: approx Pacific Blue. HEX triplet: 13, 94 and D6. RGB value is (19,148,214). Sum of RGB (Red+Green+Blue) = 19+148+214=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 214 (83.98% from 255 or 56.17% from 381); Max value from RGB is 214 - color contains mainly: blue. Hex color #1394D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394D6 is #EC6B29. Grayscale: #747474. Windows color (decimal): -15493930 or 14062611. OLE color: 14062611.

HSL color Cylindrical-coordinate representation of color #1394D6: hue angle of 200.31º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1394D6 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19148214-
CMYK0.910.3100.16
HSL200.31º83.69%45.69%-
HSV(B)200.31º91.12%83.92%-
XYZ2326.1767.46-
YUV116.95182.7658.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.99%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 214 (83.98% from 255) = 56.17%
R=4.99%
G=38.85%
B=56.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191482140.910.3100.16200.3183.6945.69
Hex1394D65B1F010c8542e
Octal232243261333702031012456
Binary100111001010011010110101101111111010000110010001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1394D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,148,214); }

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

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

 a { background-color: rgb(19,148,214); }

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

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

 span { border-color: rgb(19,148,214); }

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