#109BDF

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

Shades of Pacific Blue #109BDF

Tints of Pacific Blue #109BDF

Color information

#109BDF (or 0x109BDF) is unknown color: approx Pacific Blue. HEX triplet: 10, 9B and DF. RGB value is (16,155,223). Sum of RGB (Red+Green+Blue) = 16+155+223=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #109BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BDF is #EF6420. Grayscale: #787878. Windows color (decimal): -15688737 or 14654224. OLE color: 14654224.

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

Color convert

RGB16155223-
CMYK0.930.3000.13
HSL199.71º86.61%46.86%-
HSV(B)199.71º92.83%87.45%-
XYZ25.2528.8874.06-
YUV121.19185.4552.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.06%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 223 (87.5% from 255) = 56.60%
R=4.06%
G=39.34%
B=56.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161552230.930.3000.13199.7186.6146.86
Hex109BDF5D1E0Dc8572f
Octal202333371353601531012757
Binary10000100110111101111110111011111001101110010001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,155,223); }

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

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

 a { background-color: rgb(16,155,223); }

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

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

 span { border-color: rgb(16,155,223); }

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