#109AD9

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

Shades of Pacific Blue #109AD9

Tints of Pacific Blue #109AD9

Color information

#109AD9 (or 0x109AD9) is unknown color: approx Pacific Blue. HEX triplet: 10, 9A and D9. RGB value is (16,154,217). Sum of RGB (Red+Green+Blue) = 16+154+217=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #109AD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109AD9 is #EF6526. Grayscale: #777777. Windows color (decimal): -15688999 or 14260752. OLE color: 14260752.

HSL color Cylindrical-coordinate representation of color #109AD9: hue angle of 198.81º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109AD9 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16154217-
CMYK0.930.2900.15
HSL198.81º86.27%45.69%-
HSV(B)198.81º92.63%85.1%-
XYZ24.2928.2369.81-
YUV119.92182.7853.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.13%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 217 (85.16% from 255) = 56.07%
R=4.13%
G=39.79%
B=56.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161542170.930.2900.15198.8186.2745.69
Hex109AD95D1D0Fc7562e
Octal202323311353501730712656
Binary10000100110101101100110111011110101111110001111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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