#109DDD

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

Shades of Pacific Blue #109DDD

Tints of Pacific Blue #109DDD

Color information

#109DDD (or 0x109DDD) is unknown color: approx Pacific Blue. HEX triplet: 10, 9D and DD. RGB value is (16,157,221). Sum of RGB (Red+Green+Blue) = 16+157+221=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #109DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DDD is #EF6222. Grayscale: #797979. Windows color (decimal): -15688227 or 14523664. OLE color: 14523664.

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

Color convert

RGB16157221-
CMYK0.930.2900.13
HSL198.73º86.5%46.47%-
HSV(B)198.73º92.76%86.67%-
XYZ25.3229.4472.76-
YUV122.14183.7952.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.06%
GREEN value IS 157 (61.72% from 255) = 39.85%
BLUE value IS 221 (86.72% from 255) = 56.09%
R=4.06%
G=39.85%
B=56.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161572210.930.2900.13198.7386.546.47
Hex109DDD5D1D0Dc7562e
Octal202353351353501530712656
Binary10000100111011101110110111011110101101110001111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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