#109BE1

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

Shades of Pacific Blue #109BE1

Tints of Pacific Blue #109BE1

Color information

#109BE1 (or 0x109BE1) is unknown color: approx Pacific Blue. HEX triplet: 10, 9B and E1. RGB value is (16,155,225). Sum of RGB (Red+Green+Blue) = 16+155+225=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 225 (88.28% from 255 or 56.82% from 396); Max value from RGB is 225 - color contains mainly: blue. Hex color #109BE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BE1 is #EF641E. Grayscale: #787878. Windows color (decimal): -15688735 or 14785296. OLE color: 14785296.

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

Color convert

RGB16155225-
CMYK0.930.3100.12
HSL200.1º86.72%47.25%-
HSV(B)200.1º92.89%88.24%-
XYZ25.5328.9975.48-
YUV121.42186.4552.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.04%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 225 (88.28% from 255) = 56.82%
R=4.04%
G=39.14%
B=56.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161552250.930.3100.12200.186.7247.25
Hex109BE15D1F0Cc8572f
Octal202333411353701431012757
Binary10000100110111110000110111011111101100110010001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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