#1697CC

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

Shades of Pacific Blue #1697CC

Tints of Pacific Blue #1697CC

Color information

#1697CC (or 0x1697CC) is unknown color: approx Pacific Blue. HEX triplet: 16, 97 and CC. RGB value is (22,151,204). Sum of RGB (Red+Green+Blue) = 22+151+204=377 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.84% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #1697CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1697CC is #E96833. Grayscale: #767676. Windows color (decimal): -15296564 or 13408022. OLE color: 13408022.

HSL color Cylindrical-coordinate representation of color #1697CC: hue angle of 197.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1697CC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB22151204-
CMYK0.890.2600.2
HSL197.47º80.53%44.31%-
HSV(B)197.47º89.22%80%-
XYZ22.326.6661.1-
YUV118.47176.2659.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.84%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=5.84%
G=40.05%
B=54.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal221512040.890.2600.2197.4780.5344.31
Hex1697CC591A014c5512c
Octal262273141313202430512154
Binary101101001011111001100101100111010010100110001011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1697CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1697CC; }

 p { color: rgb(22,151,204); }

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

<style>
 a { background-color: #1697CC; }

 a { background-color: rgb(22,151,204); }

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

<style>
 span { border-color: #1697CC; }

 span { border-color: rgb(22,151,204); }

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