#1096C5

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

Shades of Pacific Blue #1096C5

Tints of Pacific Blue #1096C5

Color information

#1096C5 (or 0x1096C5) is unknown color: approx Pacific Blue. HEX triplet: 10, 96 and C5. RGB value is (16,150,197). Sum of RGB (Red+Green+Blue) = 16+150+197=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #1096C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096C5 is #EF693A. Grayscale: #727272. Windows color (decimal): -15690043 or 12949008. OLE color: 12949008.

HSL color Cylindrical-coordinate representation of color #1096C5: hue angle of 195.58º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1096C5 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16150197-
CMYK0.920.2400.23
HSL195.58º84.98%41.76%-
HSV(B)195.58º91.88%77.25%-
XYZ21.225.9556.72-
YUV115.29174.1157.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.41%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 197 (77.34% from 255) = 54.27%
R=4.41%
G=41.32%
B=54.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161501970.920.2400.23195.5884.9841.76
Hex1096C55C18017c4552a
Octal202263051343002730412552
Binary100001001011011000101101110011000010111110001001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1096C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1096C5; }

 p { color: rgb(16,150,197); }

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

<style>
 a { background-color: #1096C5; }

 a { background-color: rgb(16,150,197); }

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

<style>
 span { border-color: #1096C5; }

 span { border-color: rgb(16,150,197); }

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