#109ED5

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

Shades of Pacific Blue #109ED5

Tints of Pacific Blue #109ED5

Color information

#109ED5 (or 0x109ED5) is unknown color: approx Pacific Blue. HEX triplet: 10, 9E and D5. RGB value is (16,158,213). Sum of RGB (Red+Green+Blue) = 16+158+213=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #109ED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ED5 is #EF612A. Grayscale: #797979. Windows color (decimal): -15687979 or 13999632. OLE color: 13999632.

HSL color Cylindrical-coordinate representation of color #109ED5: hue angle of 196.75º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109ED5 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16158213-
CMYK0.920.2600.16
HSL196.75º86.03%44.9%-
HSV(B)196.75º92.49%83.53%-
XYZ24.4529.3767.33-
YUV121.81179.4652.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.13%
GREEN value IS 158 (62.11% from 255) = 40.83%
BLUE value IS 213 (83.59% from 255) = 55.04%
R=4.13%
G=40.83%
B=55.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161582130.920.2600.16196.7586.0344.9
Hex109ED55C1A010c5562d
Octal202363251343202030512655
Binary100001001111011010101101110011010010000110001011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,158,213); }

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

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

 a { background-color: rgb(16,158,213); }

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

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

 span { border-color: rgb(16,158,213); }

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