#109DE1

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

Shades of Pacific Blue #109DE1

Tints of Pacific Blue #109DE1

Color information

#109DE1 (or 0x109DE1) is unknown color: approx Pacific Blue. HEX triplet: 10, 9D and E1. RGB value is (16,157,225). Sum of RGB (Red+Green+Blue) = 16+157+225=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #109DE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DE1 is #EF621E. Grayscale: #7A7A7A. Windows color (decimal): -15688223 or 14785808. OLE color: 14785808.

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

Color convert

RGB16157225-
CMYK0.930.3000.12
HSL199.52º86.72%47.25%-
HSV(B)199.52º92.89%88.24%-
XYZ25.8629.6675.6-
YUV122.59185.7951.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.02%
GREEN value IS 157 (61.72% from 255) = 39.45%
BLUE value IS 225 (88.28% from 255) = 56.53%
R=4.02%
G=39.45%
B=56.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161572250.930.3000.12199.5286.7247.25
Hex109DE15D1E0Cc8572f
Octal202353411353601431012757
Binary10000100111011110000110111011111001100110010001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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