#1692C6

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

Shades of Pacific Blue #1692C6

Tints of Pacific Blue #1692C6

Color information

#1692C6 (or 0x1692C6) is unknown color: approx Pacific Blue. HEX triplet: 16, 92 and C6. RGB value is (22,146,198). Sum of RGB (Red+Green+Blue) = 22+146+198=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #1692C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1692C6 is #E96D39. Grayscale: #727272. Windows color (decimal): -15297850 or 13013526. OLE color: 13013526.

HSL color Cylindrical-coordinate representation of color #1692C6: hue angle of 197.73º 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 #1692C6 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB22146198-
CMYK0.890.2600.22
HSL197.73º80%43.14%-
HSV(B)197.73º88.89%77.65%-
XYZ20.824.8157.12-
YUV114.85174.9261.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.01%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 198 (77.73% from 255) = 54.10%
R=6.01%
G=39.89%
B=54.10%

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
Decimal221461980.890.2600.22197.738043.14
Hex1692C6591A016c6502b
Octal262223061313202630612053
Binary101101001001011000110101100111010010110110001101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1692C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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