#1693C6

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

Shades of Pacific Blue #1693C6

Tints of Pacific Blue #1693C6

Color information

#1693C6 (or 0x1693C6) is unknown color: approx Pacific Blue. HEX triplet: 16, 93 and C6. RGB value is (22,147,198). Sum of RGB (Red+Green+Blue) = 22+147+198=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #1693C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1693C6 is #E96C39. Grayscale: #737373. Windows color (decimal): -15297594 or 13013782. OLE color: 13013782.

HSL color Cylindrical-coordinate representation of color #1693C6: hue angle of 197.39º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1693C6 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB22147198-
CMYK0.890.2600.22
HSL197.39º80%43.14%-
HSV(B)197.39º88.89%77.65%-
XYZ20.9625.1257.17-
YUV115.44174.5961.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.99%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 198 (77.73% from 255) = 53.95%
R=5.99%
G=40.05%
B=53.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal221471980.890.2600.22197.398043.14
Hex1693C6591A016c5502b
Octal262233061313202630512053
Binary101101001001111000110101100111010010110110001011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1693C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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