#109AD5

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

Shades of Pacific Blue #109AD5

Tints of Pacific Blue #109AD5

Color information

#109AD5 (or 0x109AD5) is unknown color: approx Pacific Blue. HEX triplet: 10, 9A and D5. RGB value is (16,154,213). Sum of RGB (Red+Green+Blue) = 16+154+213=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 213 (83.59% from 255 or 55.61% from 383); Max value from RGB is 213 - color contains mainly: blue. Hex color #109AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109AD5 is #EF652A. Grayscale: #777777. Windows color (decimal): -15689003 or 13998608. OLE color: 13998608.

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

Color convert

RGB16154213-
CMYK0.920.2800.16
HSL197.97º86.03%44.9%-
HSV(B)197.97º92.49%83.53%-
XYZ23.7828.0367.11-
YUV119.46180.7854.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.18%
GREEN value IS 154 (60.55% from 255) = 40.21%
BLUE value IS 213 (83.59% from 255) = 55.61%
R=4.18%
G=40.21%
B=55.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161542130.920.2800.16197.9786.0344.9
Hex109AD55C1C010c6562d
Octal202323251343402030612655
Binary100001001101011010101101110011100010000110001101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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