#109EBB

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

Shades of Pacific Blue #109EBB

Tints of Pacific Blue #109EBB

Color information

#109EBB (or 0x109EBB) is unknown color: approx Pacific Blue. HEX triplet: 10, 9E and BB. RGB value is (16,158,187). Sum of RGB (Red+Green+Blue) = 16+158+187=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #109EBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EBB is #EF6144. Grayscale: #767676. Windows color (decimal): -15688005 or 12295696. OLE color: 12295696.

HSL color Cylindrical-coordinate representation of color #109EBB: hue angle of 190.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109EBB is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16158187-
CMYK0.910.1600.27
HSL190.18º84.24%39.8%-
HSV(B)190.18º91.44%73.33%-
XYZ21.4128.1551.32-
YUV118.85166.4654.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.43%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=4.43%
G=43.77%
B=51.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161581870.910.1600.27190.1884.2439.8
Hex109EBB5B1001Bbe5428
Octal202362731332003327612450
Binary100001001111010111011101101110000011011101111101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,158,187); }

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

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

 a { background-color: rgb(16,158,187); }

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

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

 span { border-color: rgb(16,158,187); }

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