#109CC2

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

Shades of Pacific Blue #109CC2

Tints of Pacific Blue #109CC2

Color information

#109CC2 (or 0x109CC2) is unknown color: approx Pacific Blue. HEX triplet: 10, 9C and C2. RGB value is (16,156,194). Sum of RGB (Red+Green+Blue) = 16+156+194=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #109CC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CC2 is #EF633D. Grayscale: #767676. Windows color (decimal): -15688510 or 12753936. OLE color: 12753936.

HSL color Cylindrical-coordinate representation of color #109CC2: hue angle of 192.81º 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 #109CC2 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16156194-
CMYK0.920.2000.24
HSL192.81º84.76%41.18%-
HSV(B)192.81º91.75%76.08%-
XYZ21.8427.7855.25-
YUV118.47170.6254.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.37%
GREEN value IS 156 (61.33% from 255) = 42.62%
BLUE value IS 194 (76.17% from 255) = 53.01%
R=4.37%
G=42.62%
B=53.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161561940.920.2000.24192.8184.7641.18
Hex109CC25C14018c15529
Octal202343021342403030112551
Binary100001001110011000010101110010100011000110000011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109CC2; }

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

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

<style>
 a { background-color: #109CC2; }

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

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

<style>
 span { border-color: #109CC2; }

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

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