#1496C1

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

Shades of Pacific Blue #1496C1

Tints of Pacific Blue #1496C1

Color information

#1496C1 (or 0x1496C1) is unknown color: approx Pacific Blue. HEX triplet: 14, 96 and C1. RGB value is (20,150,193). Sum of RGB (Red+Green+Blue) = 20+150+193=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #1496C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496C1 is #EB693E. Grayscale: #737373. Windows color (decimal): -15427903 or 12686868. OLE color: 12686868.

HSL color Cylindrical-coordinate representation of color #1496C1: hue angle of 194.91º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1496C1 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB20150193-
CMYK0.900.2200.24
HSL194.91º81.22%41.76%-
HSV(B)194.91º89.64%75.69%-
XYZ20.8225.8154.34-
YUV116.03171.4359.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.51%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 193 (75.78% from 255) = 53.17%
R=5.51%
G=41.32%
B=53.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal201501930.900.2200.24194.9181.2241.76
Hex1496C15A16018c3512a
Octal242263011322603030312152
Binary101001001011011000001101101010110011000110000111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1496C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1496C1; }

 p { color: rgb(20,150,193); }

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

<style>
 a { background-color: #1496C1; }

 a { background-color: rgb(20,150,193); }

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

<style>
 span { border-color: #1496C1; }

 span { border-color: rgb(20,150,193); }

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