#109DDB

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

Shades of Pacific Blue #109DDB

Tints of Pacific Blue #109DDB

Color information

#109DDB (or 0x109DDB) is unknown color: approx Pacific Blue. HEX triplet: 10, 9D and DB. RGB value is (16,157,219). Sum of RGB (Red+Green+Blue) = 16+157+219=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #109DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DDB is #EF6224. Grayscale: #797979. Windows color (decimal): -15688229 or 14392592. OLE color: 14392592.

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

Color convert

RGB16157219-
CMYK0.930.2800.14
HSL198.33º86.38%46.08%-
HSV(B)198.33º92.69%85.88%-
XYZ25.0629.3471.36-
YUV121.91182.7952.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.08%
GREEN value IS 157 (61.72% from 255) = 40.05%
BLUE value IS 219 (85.94% from 255) = 55.87%
R=4.08%
G=40.05%
B=55.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161572190.930.2800.14198.3386.3846.08
Hex109DDB5D1C0Ec6562e
Octal202353331353401630612656
Binary10000100111011101101110111011110001110110001101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,157,219); }

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

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

 a { background-color: rgb(16,157,219); }

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

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

 span { border-color: rgb(16,157,219); }

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