#109CE1

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

Shades of Pacific Blue #109CE1

Tints of Pacific Blue #109CE1

Color information

#109CE1 (or 0x109CE1) is unknown color: approx Pacific Blue. HEX triplet: 10, 9C and E1. RGB value is (16,156,225). Sum of RGB (Red+Green+Blue) = 16+156+225=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #109CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CE1 is #EF631E. Grayscale: #797979. Windows color (decimal): -15688479 or 14785552. OLE color: 14785552.

HSL color Cylindrical-coordinate representation of color #109CE1: hue angle of 199.81º 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 #109CE1 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16156225-
CMYK0.930.3100.12
HSL199.81º86.72%47.25%-
HSV(B)199.81º92.89%88.24%-
XYZ25.6929.3275.54-
YUV122.01186.1252.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.03%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 225 (88.28% from 255) = 56.68%
R=4.03%
G=39.29%
B=56.68%

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
Decimal161562250.930.3100.12199.8186.7247.25
Hex109CE15D1F0Cc8572f
Octal202343411353701431012757
Binary10000100111001110000110111011111101100110010001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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