#169FC5

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

Shades of Pacific Blue #169FC5

Tints of Pacific Blue #169FC5

Color information

#169FC5 (or 0x169FC5) is unknown color: approx Pacific Blue. HEX triplet: 16, 9F and C5. RGB value is (22,159,197). Sum of RGB (Red+Green+Blue) = 22+159+197=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #169FC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169FC5 is #E9603A. Grayscale: #7A7A7A. Windows color (decimal): -15294523 or 12951318. OLE color: 12951318.

HSL color Cylindrical-coordinate representation of color #169FC5: hue angle of 193.03º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #169FC5 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB22159197-
CMYK0.890.1900.23
HSL193.03º79.91%42.94%-
HSV(B)193.03º88.83%77.25%-
XYZ22.812957.22-
YUV122.37170.1156.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.82%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 197 (77.34% from 255) = 52.12%
R=5.82%
G=42.06%
B=52.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal221591970.890.1900.23193.0379.9142.94
Hex169FC55913017c1502b
Octal262373051312302730112053
Binary101101001111111000101101100110011010111110000011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,159,197); }

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

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

 a { background-color: rgb(22,159,197); }

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

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

 span { border-color: rgb(22,159,197); }

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