#1094DE

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

Shades of Pacific Blue #1094DE

Tints of Pacific Blue #1094DE

Color information

#1094DE (or 0x1094DE) is unknown color: approx Pacific Blue. HEX triplet: 10, 94 and DE. RGB value is (16,148,222). Sum of RGB (Red+Green+Blue) = 16+148+222=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #1094DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1094DE is #EF6B21. Grayscale: #747474. Windows color (decimal): -15690530 or 14586896. OLE color: 14586896.

HSL color Cylindrical-coordinate representation of color #1094DE: hue angle of 201.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1094DE is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16148222-
CMYK0.930.3300.13
HSL201.55º86.55%46.67%-
HSV(B)201.55º92.79%87.06%-
XYZ23.9926.5672.97-
YUV116.97187.2755.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.15%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 222 (87.11% from 255) = 57.51%
R=4.15%
G=38.34%
B=57.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161482220.930.3300.13201.5586.5546.67
Hex1094DE5D210Dca572f
Octal202243361354101531212757
Binary100001001010011011110101110110000101101110010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1094DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1094DE; }

 p { color: rgb(16,148,222); }

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

<style>
 a { background-color: #1094DE; }

 a { background-color: rgb(16,148,222); }

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

<style>
 span { border-color: #1094DE; }

 span { border-color: rgb(16,148,222); }

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