#1097C2

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

Shades of Pacific Blue #1097C2

Tints of Pacific Blue #1097C2

Color information

#1097C2 (or 0x1097C2) is unknown color: approx Pacific Blue. HEX triplet: 10, 97 and C2. RGB value is (16,151,194). Sum of RGB (Red+Green+Blue) = 16+151+194=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #1097C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1097C2 is #EF683D. Grayscale: #737373. Windows color (decimal): -15689790 or 12752656. OLE color: 12752656.

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

Color convert

RGB16151194-
CMYK0.920.2200.24
HSL194.49º84.76%41.18%-
HSV(B)194.49º91.75%76.08%-
XYZ21.0226.1454.98-
YUV115.54172.2757-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.43%
GREEN value IS 151 (59.38% from 255) = 41.83%
BLUE value IS 194 (76.17% from 255) = 53.74%
R=4.43%
G=41.83%
B=53.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161511940.920.2200.24194.4984.7641.18
Hex1097C25C16018c25529
Octal202273021342603030212551
Binary100001001011111000010101110010110011000110000101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1097C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1097C2; }

 p { color: rgb(16,151,194); }

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

<style>
 a { background-color: #1097C2; }

 a { background-color: rgb(16,151,194); }

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

<style>
 span { border-color: #1097C2; }

 span { border-color: rgb(16,151,194); }

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