#1096C0

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

Shades of Pacific Blue #1096C0

Tints of Pacific Blue #1096C0

Color information

#1096C0 (or 0x1096C0) is unknown color: approx Pacific Blue. HEX triplet: 10, 96 and C0. RGB value is (16,150,192). Sum of RGB (Red+Green+Blue) = 16+150+192=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #1096C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1096C0 is #EF693F. Grayscale: #727272. Windows color (decimal): -15690048 or 12621328. OLE color: 12621328.

HSL color Cylindrical-coordinate representation of color #1096C0: hue angle of 194.32º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1096C0 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16150192-
CMYK0.920.2200.25
HSL194.32º84.62%40.78%-
HSV(B)194.32º91.67%75.29%-
XYZ20.6325.7353.75-
YUV114.72171.6157.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.47%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 192 (75.39% from 255) = 53.63%
R=4.47%
G=41.90%
B=53.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161501920.920.2200.25194.3284.6240.78
Hex1096C05C16019c25529
Octal202263001342603130212551
Binary100001001011011000000101110010110011001110000101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1096C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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