#109EE1

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

Shades of Pacific Blue #109EE1

Tints of Pacific Blue #109EE1

Color information

#109EE1 (or 0x109EE1) is unknown color: approx Pacific Blue. HEX triplet: 10, 9E and E1. RGB value is (16,158,225). Sum of RGB (Red+Green+Blue) = 16+158+225=399 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.01% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 225 (88.28% from 255 or 56.39% from 399); Max value from RGB is 225 - color contains mainly: blue. Hex color #109EE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EE1 is #EF611E. Grayscale: #7A7A7A. Windows color (decimal): -15687967 or 14786064. OLE color: 14786064.

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

Color convert

RGB16158225-
CMYK0.930.3000.12
HSL199.23º86.72%47.25%-
HSV(B)199.23º92.89%88.24%-
XYZ26.033075.65-
YUV123.18185.4651.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.01%
GREEN value IS 158 (62.11% from 255) = 39.60%
BLUE value IS 225 (88.28% from 255) = 56.39%
R=4.01%
G=39.60%
B=56.39%

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
Decimal161582250.930.3000.12199.2386.7247.25
Hex109EE15D1E0Cc7572f
Octal202363411353601430712757
Binary10000100111101110000110111011111001100110001111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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