#169AC7

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

Shades of Pacific Blue #169AC7

Tints of Pacific Blue #169AC7

Color information

#169AC7 (or 0x169AC7) is unknown color: approx Pacific Blue. HEX triplet: 16, 9A and C7. RGB value is (22,154,199). Sum of RGB (Red+Green+Blue) = 22+154+199=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #169AC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169AC7 is #E96538. Grayscale: #777777. Windows color (decimal): -15295801 or 13081110. OLE color: 13081110.

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

Color convert

RGB22154199-
CMYK0.890.2300.22
HSL195.25º80.09%43.33%-
HSV(B)195.25º88.94%78.04%-
XYZ22.227.4158.15-
YUV119.66172.7758.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.87%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 199 (78.12% from 255) = 53.07%
R=5.87%
G=41.07%
B=53.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal221541990.890.2300.22195.2580.0943.33
Hex169AC75917016c3502b
Octal262323071312702630312053
Binary101101001101011000111101100110111010110110000111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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