#1496CA

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

Shades of Pacific Blue #1496CA

Tints of Pacific Blue #1496CA

Color information

#1496CA (or 0x1496CA) is unknown color: approx Pacific Blue. HEX triplet: 14, 96 and CA. RGB value is (20,150,202). Sum of RGB (Red+Green+Blue) = 20+150+202=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #1496CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496CA is #EB6935. Grayscale: #747474. Windows color (decimal): -15427894 or 13276692. OLE color: 13276692.

HSL color Cylindrical-coordinate representation of color #1496CA: hue angle of 197.14º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1496CA is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20150202-
CMYK0.900.2600.21
HSL197.14º81.98%43.53%-
HSV(B)197.14º90.1%79.22%-
XYZ21.8626.2359.79-
YUV117.06175.9358.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.38%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=5.38%
G=40.32%
B=54.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201502020.900.2600.21197.1481.9843.53
Hex1496CA5A1A015c5522c
Octal242263121323202530512254
Binary101001001011011001010101101011010010101110001011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1496CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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