#1693D6

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

Shades of Pacific Blue #1693D6

Tints of Pacific Blue #1693D6

Color information

#1693D6 (or 0x1693D6) is unknown color: approx Pacific Blue. HEX triplet: 16, 93 and D6. RGB value is (22,147,214). Sum of RGB (Red+Green+Blue) = 22+147+214=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #1693D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1693D6 is #E96C29. Grayscale: #747474. Windows color (decimal): -15297578 or 14062358. OLE color: 14062358.

HSL color Cylindrical-coordinate representation of color #1693D6: hue angle of 200.94º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1693D6 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB22147214-
CMYK0.900.3100.16
HSL200.94º81.36%46.27%-
HSV(B)200.94º89.72%83.92%-
XYZ22.925.8967.41-
YUV117.26182.5960.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.74%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 214 (83.98% from 255) = 55.87%
R=5.74%
G=38.38%
B=55.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal221472140.900.3100.16200.9481.3646.27
Hex1693D65A1F010c9512e
Octal262233261323702031112156
Binary101101001001111010110101101011111010000110010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1693D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1693D6; }

 p { color: rgb(22,147,214); }

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

<style>
 a { background-color: #1693D6; }

 a { background-color: rgb(22,147,214); }

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

<style>
 span { border-color: #1693D6; }

 span { border-color: rgb(22,147,214); }

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