#169ac6

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

Shades of Pacific Blue #169AC6

Tints of Pacific Blue #169AC6

Color information

#169AC6 (or 0x169AC6) is unknown color: approx Pacific Blue. HEX triplet: 16, 9A and C6. RGB value is (22,154,198). Sum of RGB (Red+Green+Blue) = 22+154+198=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #169AC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169AC6 is #E96539. Grayscale: #777777. Windows color (decimal): -15295802 or 13015574. OLE color: 13015574.

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

Color convert

RGB22154198-
CMYK0.890.2200.22
HSL195º80%43.14%-
HSV(B)195º88.89%77.65%-
XYZ22.0827.3657.54-
YUV119.55172.2758.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.88%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=5.88%
G=41.18%
B=52.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal221541980.890.2200.221958043.14
Hex169AC65916016c3502b
Octal262323061312602630312053
Binary101101001101011000110101100110110010110110000111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169ac6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169ac6; }

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

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

<style>
 a { background-color: #169ac6; }

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

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

<style>
 span { border-color: #169ac6; }

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

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